mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Name fix to be compatible with testbench generation
This commit is contained in:
parent
e3efcebf2b
commit
78addbe294
BIN
HDL/common/caravel_fpga_wrapper_hd_template.v (Stored with Git LFS)
BIN
HDL/common/caravel_fpga_wrapper_hd_template.v (Stored with Git LFS)
Binary file not shown.
|
@ -46,13 +46,13 @@
|
|||
"caravel_pin_index": ["10:2"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "io_isol_n",
|
||||
"fpga_pin_type": "IO_ISOL_N",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["input"],
|
||||
"caravel_pin_index": ["1:1"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "test_en",
|
||||
"fpga_pin_type": "Test_en",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["input"],
|
||||
"caravel_pin_index": ["0:0"]
|
||||
|
|
|
@ -58,13 +58,13 @@
|
|||
"caravel_pin_index": ["2:2"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "io_isol_n",
|
||||
"fpga_pin_type": "IO_ISOL_N",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["input"],
|
||||
"caravel_pin_index": ["1:1"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "test_en",
|
||||
"fpga_pin_type": "Test_en",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["input"],
|
||||
"caravel_pin_index": ["0:0"]
|
||||
|
|
Loading…
Reference in New Issue