projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d4314d
)
abc_box_id -> abc9_box_id in test
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 24 Jan 2020 02:53:14 +0000
(18:53 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 24 Jan 2020 02:53:14 +0000
(18:53 -0800)
tests/simple_abc9/abc9.v
patch
|
blob
|
history
diff --git
a/tests/simple_abc9/abc9.v
b/tests/simple_abc9/abc9.v
index 8afd0ce963afb325db7622bbf9d449fb7fcec8a4..ee01ab5dc513995e451eaab7e354beb96b6de294 100644
(file)
--- a/
tests/simple_abc9/abc9.v
+++ b/
tests/simple_abc9/abc9.v
@@
-213,7
+213,7
@@
module arbiter (clk, rst, request, acknowledge, grant, grant_valid, grant_encode
input rst;
endmodule
-(* abc_box_id=1 *)
+(* abc
9
_box_id=1 *)
module MUXF8(input I0, I1, S, output O);
endmodule