Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Feb 6, 2024
1 parent 73ab85f commit 6891760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WriteVHDLSyntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ def writeTBConstants(memDict, memInfoDict, procs, emData_dir, sector):
string_constants += " constant inputFileNameEnding".ljust(str_len) + ": string := \"_" + sector + ".dat\"; -- " + sector + " specifies the nonant/sector the testvectors represent\n"
string_constants += " constant outputFileNameEnding".ljust(str_len) + ": string := \".txt\";\n"
string_constants += " constant debugFileNameEnding".ljust(str_len) + ": string := \".debug.txt\";\n\n"
string_constants += " signal dummy : STD_LOGIC := '0';\n\n -- dummy tb signal for inputs into sectorproc"
string_constants += " signal dummy : STD_LOGIC := '0';\n\n -- dummy tb signal for inputs into sectorproc\n"
string_constants += " signal dummyaddr : t_as_36_addr := (others => '0');\n\n -- dummy tb signal for inputs into sectorproc"

return string_constants
Expand Down

0 comments on commit 6891760

Please sign in to comment.