mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 22:03:40 +00:00
enable more primitives supported with nextpnr
This commit is contained in:
parent
3b9ebfa672
commit
0756285710
5 changed files with 135 additions and 18 deletions
|
@ -315,13 +315,13 @@ devices = [
|
|||
Cell("PDPW8KC"),
|
||||
Cell("SP8KC"),
|
||||
Cell("FIFO8KB"),
|
||||
#Cell("CLKDIVC"),
|
||||
Cell("CLKDIVC"),
|
||||
Cell("DCMA"),
|
||||
#Cell("ECLKSYNCA"),
|
||||
#Cell("ECLKBRIDGECS"),
|
||||
Cell("ECLKSYNCA"),
|
||||
Cell("ECLKBRIDGECS"),
|
||||
Cell("DCCA"),
|
||||
#Cell("JTAGF"),
|
||||
#Cell("START"),
|
||||
#Cell("JTAGF", True, port_attrs={'TCK': ['iopad_external_pin'], 'TMS': ['iopad_external_pin'], 'TDO': ['iopad_external_pin'], 'TDI': ['iopad_external_pin']}),
|
||||
Cell("START", True),
|
||||
#Cell("SEDFA"),
|
||||
#Cell("SEDFB"),
|
||||
#Cell("IDDRXE"),
|
||||
|
@ -351,7 +351,7 @@ devices = [
|
|||
#Cell("PLLREFCS"),
|
||||
Cell("OSCH"),
|
||||
#Cell("EFB"),
|
||||
#Cell("TSALL"),
|
||||
Cell("TSALL", True),
|
||||
]),
|
||||
("cells_bb_xo3.v", "machxo3lf", [
|
||||
#Cell("AGEB2"),
|
||||
|
@ -495,13 +495,13 @@ devices = [
|
|||
Cell("PDPW8KC"),
|
||||
Cell("SP8KC"),
|
||||
Cell("FIFO8KB"),
|
||||
#Cell("CLKDIVC"),
|
||||
Cell("CLKDIVC"),
|
||||
Cell("DCMA"),
|
||||
#Cell("ECLKSYNCA"),
|
||||
#Cell("ECLKBRIDGECS"),
|
||||
Cell("ECLKSYNCA"),
|
||||
Cell("ECLKBRIDGECS"),
|
||||
Cell("DCCA"),
|
||||
#Cell("JTAGF"),
|
||||
#Cell("START"),
|
||||
#Cell("JTAGF", True, port_attrs={'TCK': ['iopad_external_pin'], 'TMS': ['iopad_external_pin'], 'TDO': ['iopad_external_pin'], 'TDI': ['iopad_external_pin']}),
|
||||
Cell("START", True),
|
||||
#Cell("SEDFA"),
|
||||
#Cell("SEDFB"),
|
||||
#Cell("IDDRXE"),
|
||||
|
@ -527,7 +527,7 @@ devices = [
|
|||
#Cell("PLLREFCS"),
|
||||
Cell("OSCH"),
|
||||
#Cell("EFB"),
|
||||
#Cell("TSALL"),
|
||||
Cell("TSALL", True),
|
||||
]),
|
||||
("cells_bb_xo3d.v", "machxo3d", [
|
||||
#Cell("AGEB2"),
|
||||
|
@ -672,13 +672,13 @@ devices = [
|
|||
Cell("PDPW8KC"),
|
||||
Cell("SP8KC"),
|
||||
Cell("FIFO8KB"),
|
||||
#Cell("CLKDIVC"),
|
||||
Cell("CLKDIVC"),
|
||||
Cell("DCMA"),
|
||||
#Cell("ECLKSYNCA"),
|
||||
#Cell("ECLKBRIDGECS"),
|
||||
Cell("ECLKSYNCA"),
|
||||
Cell("ECLKBRIDGECS"),
|
||||
Cell("DCCA"),
|
||||
#Cell("JTAGF"),
|
||||
#Cell("START"),
|
||||
#Cell("JTAGF", True, port_attrs={'TCK': ['iopad_external_pin'], 'TMS': ['iopad_external_pin'], 'TDO': ['iopad_external_pin'], 'TDI': ['iopad_external_pin']}),
|
||||
Cell("START", True),
|
||||
#Cell("SEDFA"),
|
||||
#Cell("SEDFB"),
|
||||
#Cell("IDDRXE"),
|
||||
|
@ -704,7 +704,7 @@ devices = [
|
|||
#Cell("PLLREFCS"),
|
||||
Cell("OSCJ"),
|
||||
#Cell("EFBB"),
|
||||
#Cell("TSALL"),
|
||||
Cell("TSALL", True),
|
||||
#Cell("ESBA"),
|
||||
#Cell("BCSLEWRATEA"),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue