Skip to content

Commit

Permalink
lattice: Disable broken port configuration in bram inference
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Dec 21, 2023
1 parent fc5c517 commit c028f25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions techlibs/lattice/brams_8kc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ ram block $__PDPW8KC_ {
cost 64;
init no_undef;
port sr "R" {
# width 2 cannot be supported because of quirks
# of the primitive, and memlib requires us to
# remove width 1 as well
width 4 9 18;
clock posedge;
clken;
option "RESETMODE" "SYNC" {
Expand Down

0 comments on commit c028f25

Please sign in to comment.