aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/abc_model.v
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-10-08 10:53:38 -0700
committerGitHub <noreply@github.com>2019-10-08 10:53:38 -0700
commit9fd2ddb14c0f7c40f6ed01a5db61cb6b327d877f (patch)
tree526027efe405ddd8741558d150a341478d269d1f /techlibs/ecp5/abc_model.v
parent472b5d33a624c2e414ce733c1cda0b97bce24094 (diff)
parenta5ac33f230b5dd20273f6636e5b573ef0478b8f9 (diff)
downloadyosys-9fd2ddb14c0f7c40f6ed01a5db61cb6b327d877f.tar.gz
yosys-9fd2ddb14c0f7c40f6ed01a5db61cb6b327d877f.tar.bz2
yosys-9fd2ddb14c0f7c40f6ed01a5db61cb6b327d877f.zip
Merge pull request #1437 from YosysHQ/eddie/abc_to_abc9
Rename abc_* names/attributes to more precisely be abc9_*
Diffstat (limited to 'techlibs/ecp5/abc_model.v')
-rw-r--r--techlibs/ecp5/abc_model.v5
1 files changed, 0 insertions, 5 deletions
diff --git a/techlibs/ecp5/abc_model.v b/techlibs/ecp5/abc_model.v
deleted file mode 100644
index 56a733b75..000000000
--- a/techlibs/ecp5/abc_model.v
+++ /dev/null
@@ -1,5 +0,0 @@
-// ---------------------------------------
-
-(* abc_box_id=2 *)
-module \$__ABC_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
-endmodule