Odysseas Chatzopoulos

Results 33 comments of Odysseas Chatzopoulos

Hi thank you very much for the reply. I am posting the files you requested [files.zip](https://github.com/ucb-bar/chipyard/files/8896891/files.zip)

Of course. These are the last two log files that where output before the error (no newer log files were produced) [hammer-vlsi-20220614-104059.log](https://github.com/ucb-bar/chipyard/files/8901311/hammer-vlsi-20220614-104059.log) [hammer-vlsi-20220614-104018.log](https://github.com/ucb-bar/chipyard/files/8901312/hammer-vlsi-20220614-104018.log)

I just ran the command again (make power-par CONFIG=TinyRocketConfig BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/isa/rv32ui-p-simple) after doing a make clean. The error message seems to be clearer "sim.inputs.execution_flags": [ "+verbose", "+vcdplusfile=/home/odxa20/chipyard/vlsi/output/chipyard.TestHarness.TinyRocketConfig/rv32ui-p-simple.vpd", "+dramsim", "+dramsim_ini_dir=/home/odxa20/chipyard/generators/testchipip/src/main/resources/dramsim2_ini", "+max-cycles=10000000" ],...

I made the change you suggested but got the same error ``` "synthesis.outputs.output_files": [ "/home/odxa20/chipyard/vlsi/build/chipyard.TestHarness.TinyRocketConfig-ChipTop/syn-rundir/ChipTop.mapped.v" ], "synthesis.outputs.sdc": "/home/odxa20/chipyard/vlsi/build/chipyard.TestHarness.TinyRocketConfig-ChipTop/syn-rundir/ChipTop.mapped.sdc", "synthesis.outputs.seq_cells": "/home/odxa20/chipyard/vlsi/build/chipyard.TestHarness.TinyRocketConfig-ChipTop/syn-rundir/find_regs_cells.json", "synthesis.outputs.all_regs": "/home/odxa20/chipyard/vlsi/build/chipyard.TestHarness.TinyRocketConfig-ChipTop/syn-rundir/find_regs_paths.json", "synthesis.outputs.sdf_file": "/home/odxa20/chipyard/vlsi/build/chipyard.TestHarness.TinyRocketConfig-ChipTop/syn-rundir/ChipTop.mapped.sdf", "par.inputs.input_files": [ "/home/odxa20/chipyard/vlsi/build/chipyard.TestHarness.TinyRocketConfig-ChipTop/syn-rundir/ChipTop.mapped.v" ], "par.inputs.top_module": "ChipTop",...

This seems to have fixed it. Thank you very much. Unfortunately I am getting an other error. ``` Begin Processing Power Net/Grid for Power Calculation Rail status: 0.63V VDD 0V...

vcs did not produce an error when running. Is there a way to check the validity of the .vpd file ? We unfortunately don't currently have access to older versions...

Hi. I just checked the Voltus Text Command Reference and there is no mention of vpd files. The file types that are supported are VCD | TCF | SAIF |...

In the attached file which I exported from the Voltus Text Command Reference there is no mention of vpd (maybe it is implied they are treated the same as vcd...

I just opened the vpd file with wv and it seems fine. No errors and signals are showing. What would be the next step to find the issue ?

I just managed to get vpd2vcd working (was missing some 32-bit libraries) and converted the vpd file to vcd. What do you mean by override the waveforms key ? (sorry...