Skip to content

Commit

Permalink
Fixed typo in GP_COUNT8 sim model
Browse files Browse the repository at this point in the history
azonenberg committed Aug 14, 2017
1 parent c205d57 commit 348acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/greenpak4/cells_sim_digital.v
Original file line number Diff line number Diff line change
@@ -411,7 +411,7 @@ module GP_COUNT8(
//Combinatorially output underflow flag whenever we wrap low
always @(*) begin
OUT <= (count == 8'h0);
OUT <= count;
POUT <= count;
end

//POR or SYSRST reset value is COUNT_TO. Datasheet is unclear but conversations w/ Silego confirm.

0 comments on commit 348acbd

Please sign in to comment.