[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pci] Error in ssvga_wbm_if.v



Hallo,

ssvga_wbm_if.v had the include statement for ssvga_defines.v inside the
synopsys translate off clause. This caused an abort of the synthesis
proicess for me.
Appended Patch takes the define out of the clause and fixes the problem for
me

Bye
-- 
Uwe Bonnes                bon@elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
--- ssvga_wbm_if.v~	2002-02-01 16:24:46.000000000 +0100
+++ ssvga_wbm_if.v	2003-01-15 11:47:40.000000000 +0100
@@ -54,8 +54,8 @@
 
 // synopsys translate_off
 `include "timescale.v"
-`include "ssvga_defines.v"
 // synopsys translate_on
+`include "ssvga_defines.v"
 
 module ssvga_wbm_if(
 	// Clock and reset
--
To unsubscribe from pci mailing list please visit http://www.opencores.org/mailinglists.shtml