Vijayvithal
Vijayvithal
Which file + code segment should be updated to inform the build system of the new driver? I am currently grepping for one of the driver and updating all files...
@happyalu Thanks for the response, I have gone through your depreciation plugin code and am basing my plugin development efforts on top of it. (see the last paragraph for an...
+1 for the enhancement, I am writing a bunch of scripts to generate Different compliance reports, It will be useful If I can put some specific key value pairs in...
A Simple implementation for this feature would be, Whenever a task is assigned to a user, keep the original in the owners task folder and create a symlink (ln -s)...
If the delegate modifies, then I get the modification... Am I missing something here? My usecase is to '_share_' a task, with both parties able to add comment, re-delegate change...
Debugging the verilog I suspect code like what we have in keynsham_irq might be the problem. parameter bus_address = 32'h0; parameter bus_size = 32'h0; cs_gen #(.address(bus_address), .size(bus_size)) d_cs_gen(.bus_addr(bus_addr), .cs(bus_cs)); This...
Ah! I did not see your reply while composing my message. 1. Cmake went through without any error. 1. The *_defines.v are generated properly. My git checkout is not in...
Yes, I am seeing the following data/oldland/oldland-cpu/BUILD/config/sdram_ctrl_defines.v:`define SDRAM_CTRL_SIZE 32'h1000 data/oldland/oldland-cpu/BUILD/config/sdram_ctrl_defines.h:#define SDRAM_CTRL_SIZE 0x1000
Other than the SDRAM size other numbers look ok. config/bootrom_defines.v:`define BOOTROM_SIZE 32'h4000 config/irq_defines.v:`define IRQ_SIZE 32'h1000 config/keynsham_defines.v:`define ICACHE_SIZE 8192 config/keynsham_defines.v:`define ICACHE_LINE_SIZE 32 config/keynsham_defines.v:`define DCACHE_SIZE 8192 config/keynsham_defines.v:`define DCACHE_LINE_SIZE 32 config/ram_defines.v:`define RAM_SIZE 32'h1000...
Ok. I will try to debug this further... What I have tried till now is. I ran Make with --trace option and it failed on this command cd /prj/dyumnin/designw.in/hdl/BUILD/data/oldland/oldland-cpu/verif/icarus &&...