mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Patch pin assignment names to be consistent with post-PnR netlists
This commit is contained in:
parent
06731e092e
commit
4875b2de95
|
@ -46,13 +46,13 @@
|
|||
"caravel_pin_index": ["10:4"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "prog_reset",
|
||||
"fpga_pin_type": "pReset",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["input"],
|
||||
"caravel_pin_index": ["3:3"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "reset",
|
||||
"fpga_pin_type": "Reset",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["input"],
|
||||
"caravel_pin_index": ["2:2"]
|
||||
|
|
Loading…
Reference in New Issue