abc_box_id -> abc9_box_id in test
authorEddie Hung <eddie@fpgeh.com>
Fri, 24 Jan 2020 02:53:14 +0000 (18:53 -0800)
committerEddie Hung <eddie@fpgeh.com>
Fri, 24 Jan 2020 02:53:14 +0000 (18:53 -0800)
tests/simple_abc9/abc9.v

index 8afd0ce963afb325db7622bbf9d449fb7fcec8a4..ee01ab5dc513995e451eaab7e354beb96b6de294 100644 (file)
@@ -213,7 +213,7 @@ module arbiter (clk, rst, request, acknowledge, grant, grant_valid, grant_encode
   input rst;
 endmodule
 
-(* abc_box_id=1 *)
+(* abc9_box_id=1 *)
 module MUXF8(input I0, I1, S, output O);
 endmodule