Odysseas Chatzopoulos

Results 33 comments of Odysseas Chatzopoulos

So I change line 189 of the vlsi/Makefile from `echo "sim.outputs.waveforms: ['$(sim_out_name).vpd']" >> $@` to `echo "sim.outputs.waveforms: ['~/rv32ui-p-simple.vcd']" >> $@` right ?

Ok got it. Changed that and will run the power-par command. Once it's finished I will post the results

For some reason after running `make power-par CONFIG=TinyRocketConfig BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/isa/rv32ui-p-simple` with the changed waveforms key in `power-inputs.yml` the entire process started from the start (synthesis). I am wondering whether this is...

I managed to run the `power-par` step with the converted vcd file. From my tests even when running `redo-power-par` the `power-inputs.yml` file gets overwritten so to do this I ran...

The test program I am using is the one from the tutorial rv32ui-p-simple which is quite small. Nonetheless when looking at the resource monitor once the simulation starts the systems...

Should I delete and clone the repositories from scratch or try to do a merge ?

Thank you very much for explaining what was wrong. I will try this out right away.

May I suggest changing the documentation chapter 5.6 to make sure other people don't run into this error ?

Oh that would be even better. Thank you

Hello. We migrated our EDA tools to a new machine with more RAM and CPU cores to be able to build larger designs. When trying to synthesize SmallBoomConfig using the...