Skip to content

Commit

Permalink
Fix potential (?) syntax error in tb_pulp.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed May 31, 2024
1 parent 80e78da commit cdd5dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sim/tb/tb_pulp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@


module tb_pulp;
import srec_pkg::*;
timeunit 1ns;
timeprecision 100ps;
import srec_pkg::*;

parameter CONFIG_FILE = "NONE";

Expand Down

0 comments on commit cdd5dea

Please sign in to comment.