mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
nexus: Add DSP simulation model
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
e7f36d01e4
commit
923843b3fa
3 changed files with 573 additions and 250 deletions
|
@ -74,20 +74,20 @@ devices = [
|
|||
Cell("M18X36"),
|
||||
Cell("MIPI"),
|
||||
Cell("MULT18"),
|
||||
Cell("MULT18X18"),
|
||||
Cell("MULT18X36"),
|
||||
# Cell("MULT18X18"),
|
||||
# Cell("MULT18X36"),
|
||||
Cell("MULT36"),
|
||||
Cell("MULT36X36"),
|
||||
# Cell("MULT36X36"),
|
||||
Cell("MULT9"),
|
||||
Cell("MULT9X9"),
|
||||
Cell("MULTADDSUB18X18"),
|
||||
# Cell("MULT9X9"),
|
||||
# Cell("MULTADDSUB18X18"),
|
||||
Cell("MULTADDSUB18X18WIDE"),
|
||||
Cell("MULTADDSUB18X36"),
|
||||
Cell("MULTADDSUB36X36"),
|
||||
# Cell("MULTADDSUB18X36"),
|
||||
# Cell("MULTADDSUB36X36"),
|
||||
Cell("MULTADDSUB9X9WIDE"),
|
||||
Cell("MULTIBOOT", keep=True),
|
||||
Cell("MULTPREADD18X18"),
|
||||
Cell("MULTPREADD9X9"),
|
||||
# Cell("MULTPREADD18X18"),
|
||||
# Cell("MULTPREADD9X9"),
|
||||
Cell("ODDR71"),
|
||||
Cell("ODDRX1"),
|
||||
Cell("ODDRX2DQS"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue