bram-config: fix spelling error

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-18 16:50:45 -08:00
parent b95b290d73
commit c5410b911b
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ from prjxray.segmaker import Segmaker
from prjxray import verilog
def isenv_tags(segmk, ps, site):
def isinv_tags(segmk, ps, site):
# all of these bits are inverted
ks = [
('IS_CLKARDCLK_INVERTED', 'ZINV_CLKARDCLK'),
@ -109,7 +109,7 @@ def run():
site = verilog.unquote(ps['LOC'])
#print('site', site)
isenv_tags(segmk, ps, site)
isinv_tags(segmk, ps, site)
bus_tags(segmk, ps, site)
rw_width_tags(segmk, ps, site)
write_mode_tags(segmk, ps, site)