mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Bug fix in the pin assignment due to the conflicts on sc_tail and ccff_tail
This commit is contained in:
parent
e63cb7ca89
commit
a900cba5a5
|
@ -142,7 +142,7 @@
|
|||
"caravel_pin_index": ["36:36"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "sc_tail",
|
||||
"fpga_pin_type": "ccff_tail",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["output"],
|
||||
"caravel_pin_index": ["35:35"]
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
"caravel_pin_index": ["36:36"]
|
||||
},
|
||||
{
|
||||
"fpga_pin_type": "sc_tail",
|
||||
"fpga_pin_type": "ccff_tail",
|
||||
"fpga_pin_index": "0:0",
|
||||
"caravel_pin_type": ["output"],
|
||||
"caravel_pin_index": ["35:35"]
|
||||
|
|
Loading…
Reference in New Issue