-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused digilent_led_pmod.csv and add the marble_features.yaml …
…(should fix CI)
- Loading branch information
Showing
4 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Defs are made available as Verilog defines | ||
# Params are made available as Verilog localparams and included in ROM metadata | ||
|
||
marblemini: | ||
defs: | ||
MARBLE_MINI: 1 | ||
USE_I2CBRIDGE: 1 | ||
params: | ||
carrier: "Marble Mini" | ||
carrier_rev: "v1" | ||
default_enable_rx: 1 | ||
misc_config_default: 4 | ||
use_rgmii_idelay: 1 | ||
|
||
marblev2: | ||
defs: | ||
MARBLE_V2: 1 | ||
USE_I2CBRIDGE: 1 | ||
params: | ||
carrier: "Marble" | ||
carrier_rev: "v2" | ||
default_enable_rx: 1 | ||
misc_config_default: 4 | ||
use_rgmii_idelay: 1 |