don't use latches on mem ports for fpga
This commit is contained in:
parent
f4e6cd75ab
commit
1a101f8de5
@ -6,7 +6,7 @@
|
||||
import sys
|
||||
import math
|
||||
|
||||
use_latches = 1
|
||||
use_latches = False
|
||||
|
||||
|
||||
module_template = '''module %s(
|
||||
|
Loading…
Reference in New Issue
Block a user