Skip to content

Commit

Permalink
gen: fix LiteDRAMFIFO parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejboczar committed Jun 3, 2020
1 parent 8fedc3f commit e5179eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litedram/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,7 @@ def __init__(self, platform, core_config, **kwargs):
base = port["base"],
depth = port["depth"],
write_port = self.sdram.crossbar.get_port("write"),
write_threshold = port["depth"] - 32, # FIXME
read_port = self.sdram.crossbar.get_port("read"),
read_threshold = 32 # FIXME
)
self.submodules += fifo
self.comb += [
Expand Down

0 comments on commit e5179eb

Please sign in to comment.