Marcelo Samsoniuk

Results 36 comments of Marcelo Samsoniuk

I found a similar problem here with ISE... just change the "localparam" by "parameter" and everything will work!

I am looking for the JuiceVM source code.

Thanks for you suggestion HYF! I am currently away from the darkriscv due to other tasks, but I hope I will return in some weeks... About the ISP feature, although...

There are at least three possible ways to handle the problem regarding the ISP feature: a) a small ROM w/ support to boot from UART or from SPI FLASH b)...

Wow! Thank you! I am very curious about how much LUTs the DarkRISCV requires in the Cyclone IV and how fast it can runs! Can you share the synthesis report...

I found a DE Nano w/ Cyclone IV here... I will try install the Intel tools and make some tests. Maybe is possible optimize something else for this FPGA in...

hi @zappos23 The clock generator is not required, for example, in the config.vh you can find boards that are clocked directly from a 50MHz the board oscillator: ifdef LATTICE_BREVIA2_XP2 define...

Hi @zappos23 I guess the problem regards to a change that I inserted last week! Try activate the RMW mode by uncommenting the option RMW_CYCLE in the line 79 of...

Hi @zappos23 Wow! Very good! I guess @abehnke found no problems because the Cyclone IV appears to accept the traditional syntax! Anyway, that differences are not surprise, as long the...

Hi @zappos23 The line is read by a gets() function in the darkriscv side, which requires a \n after each command send in order to return the entire line to...