Skip to content

Commit

Permalink
Fix string syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Jun 5, 2019
1 parent 70ab161 commit 30fd2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fault/system_verilog_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def generate_nonce(length=8):
module {circuit_name}_tb;
// Adding a random nonce string to try to force ncsim to recompile, see
// https://github.com/StanfordAHA/lassen/issues/111 for the issue
string nonce = {nonce}
string nonce = "{nonce}";
{declarations}
Expand Down

0 comments on commit 30fd2c0

Please sign in to comment.