update pex to work with dev changes

This commit is contained in:
jcirimel
2020-08-03 17:14:34 -07:00
parent 3221b4ec57
commit 02e65a00ef
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ def correct_port(name, output_file_name, ref_file_name):
control_list = "+ "
for bank in range(OPTS.num_banks):
control_list += "s_en{0}".format(bank)
control_list += "bank_{}/s_en0".format(bank)
control_list += '\n'
part2 = bitcell_list + control_list + part2