Difference between revisions of "Talk:KDevelop"

From ElphelWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
http://jeremya.com/src/VDT.php
 
http://jeremya.com/src/VDT.php
 
--[[User:Oleg|Oleg]] 16:05, 8 August 2008 (CDT)
 
--[[User:Oleg|Oleg]] 16:05, 8 August 2008 (CDT)
 +
 +
Added all the files to the project:
 +
Compiling verilog files...
 +
../../unisims/RAMB16_S18_S36.v:1450: syntax error
 +
line 1450: mem[count]          = INIT_00[(count * 32) +: 32];
 +
--[[User:Oleg|Oleg]] 10:27, 10 August 2008 (CDT)
 +
 +
OK now. Adjusted sim/Makefile for simulation (all flags and options like in simulation script, e.g. x359_sim.sh) --[[User:Oleg|Oleg]] 11:19, 10 August 2008 (CDT)

Latest revision as of 09:19, 10 August 2008

I'm trying it at the moment - just created a simple verilog project: http://jeremya.com/src/VDT.php --Oleg 16:05, 8 August 2008 (CDT)

Added all the files to the project:

Compiling verilog files...
../../unisims/RAMB16_S18_S36.v:1450: syntax error
line 1450: mem[count]          = INIT_00[(count * 32) +: 32];

--Oleg 10:27, 10 August 2008 (CDT)

OK now. Adjusted sim/Makefile for simulation (all flags and options like in simulation script, e.g. x359_sim.sh) --Oleg 11:19, 10 August 2008 (CDT)