Skip to content
Snippets Groups Projects
Commit c7d1d659 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Tomasz Wlostowski
Browse files

wishbone: wb_lm32: removed Verilog `line definition causing compilation errors under ISE

parent b5c3f067
No related merge requests found
......@@ -113,8 +113,8 @@ def gen_customized_version(profile_name, feats):
ftmp.close();
os.system("vlog -quiet -nologo -E " + tmp_dir+"/lm32_"+profile_name+".v " + tmp_dir + "/tmp.v +incdir+" +tmp_dir+" +incdir+src");
os.system("cat "+tmp_dir+"/lm32_*.v > generated/lm32_allprofiles.v")
os.system("cat "+tmp_dir+"/lm32_*.v | egrep -v '`line' > generated/lm32_allprofiles.v")
def parse_profiles():
f = open("lm32.profiles", "r")
p = map(lambda x: x.rstrip(" \n").rsplit(' '), f.readlines())
......
This diff is collapsed.
......@@ -38,6 +38,7 @@ BSCAN_SPARTAN6 #(
.TDO(tdo)
);
update_delay <= g_update;
always@(posedge tck)
update_delay <= g_update;
endmodule
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment