Skip to content

Commit d41b003

Browse files
committedSep 2, 2017
Fixed typo in library
1 parent c4db34a commit d41b003

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎techlibs/greenpak4/cells_sim_digital.v

+1-3
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ module GP_COUNT8(
402402
parameter COUNT_TO = 8'h1;
403403
parameter CLKIN_DIVIDE = 1;
404404

405-
reg[7:0] count = COUNT_TO;
406-
407405
initial begin
408406
if(CLKIN_DIVIDE != 1) begin
409407
$display("ERROR: CLKIN_DIVIDE values other than 1 not implemented");
@@ -470,7 +468,7 @@ module GP_COUNT8(
470468

471469
default: begin
472470
initial begin
473-
$display("Invalid RESET_MODE on GP_COUNT14");
471+
$display("Invalid RESET_MODE on GP_COUNT8");
474472
$finish;
475473
end
476474
end

0 commit comments

Comments
 (0)
Please sign in to comment.