diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2023-04-04 10:56:17 +0200 |
---|---|---|
committer | myrtle <gatecat@ds0.me> | 2023-04-06 09:10:14 +0200 |
commit | 9e9fae19662b87c773f435849ea6f2591e9e8900 (patch) | |
tree | e82f28fafa42a367df151c30f19ad6387e4664d9 /techlibs/machxo2/lutrams.txt | |
parent | d5a405d3b4c6ab364ec5c9372502a94b84e2fcb1 (diff) | |
download | yosys-9e9fae19662b87c773f435849ea6f2591e9e8900.tar.gz yosys-9e9fae19662b87c773f435849ea6f2591e9e8900.tar.bz2 yosys-9e9fae19662b87c773f435849ea6f2591e9e8900.zip |
Add more DFF types
Diffstat (limited to 'techlibs/machxo2/lutrams.txt')
-rw-r--r-- | techlibs/machxo2/lutrams.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/techlibs/machxo2/lutrams.txt b/techlibs/machxo2/lutrams.txt deleted file mode 100644 index ea42d4fcb..000000000 --- a/techlibs/machxo2/lutrams.txt +++ /dev/null @@ -1,12 +0,0 @@ -ram distributed $__TRELLIS_DPR16X4_ { - abits 4; - width 4; - cost 4; - init any; - prune_rom; - port sw "W" { - clock anyedge; - } - port ar "R" { - } -} |