diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-05-23 08:17:40 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-05-23 08:17:40 -0700 |
commit | 76e0cc82768957bd1dd473c559ec88ee2bd4d7bb (patch) | |
tree | 818b37a35f0f70d82a1e59ae3ff288dddef3b0a8 /techlibs/ecp5/abc9_model.v | |
parent | 721040df76c7095463ebf4f708f94bb236333f61 (diff) | |
download | yosys-76e0cc82768957bd1dd473c559ec88ee2bd4d7bb.tar.gz yosys-76e0cc82768957bd1dd473c559ec88ee2bd4d7bb.tar.bz2 yosys-76e0cc82768957bd1dd473c559ec88ee2bd4d7bb.zip |
ecp5: cleanup unused +/ecp5/abc9_model.v
Diffstat (limited to 'techlibs/ecp5/abc9_model.v')
-rw-r--r-- | techlibs/ecp5/abc9_model.v | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/techlibs/ecp5/abc9_model.v b/techlibs/ecp5/abc9_model.v deleted file mode 100644 index b7ecd7358..000000000 --- a/techlibs/ecp5/abc9_model.v +++ /dev/null @@ -1,12 +0,0 @@ -// --------------------------------------- - -(* abc9_box *) -module \$__ABC9_DPR16X4_COMB (input [3:0] $DO, RAD, output [3:0] DO); - specify - ($DO => DO) = 0; - (RAD[0] *> DO) = 141; - (RAD[1] *> DO) = 379; - (RAD[2] *> DO) = 275; - (RAD[3] *> DO) = 379; - endspecify -endmodule |