[HDL] Patch pin assignment names to be consistent with post-PnR netlists

This commit is contained in:
tangxifan 2020-12-02 14:02:18 -07:00
parent 06731e092e
commit 4875b2de95
1 changed files with 2 additions and 2 deletions

View File

@ -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"]