Skip to content

Commit

Permalink
Merge pull request #34 from olofk/bram_eff
Browse files Browse the repository at this point in the history
Allow less efficient use of BRAM resources
  • Loading branch information
tpagarani committed Oct 12, 2020
2 parents 262c5a7 + c855fae commit 8d94d13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions techlibs/quicklogic/pp3_brams.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ endbram

match $__QUICKLOGIC_RAMB16K
# attribute ram_style=block ram_block
min bits 4096
min efficiency 50
min bits 128
min efficiency 2
# shuffle_enable B
make_transp
or_next_if_better
endmatch

match $__QUICKLOGIC_RAMB8K
# attribute ram_style=block ram_block
min bits 4096
min efficiency 50
min bits 128
min efficiency 2
# shuffle_enable B
make_transp
endmatch
Expand Down

0 comments on commit 8d94d13

Please sign in to comment.