RENEK-bool

Results 3 issues of RENEK-bool

### 😵 Describe the installation problem python 3.8.10 torch 1.12.1+cpu I followed the pip command below to complete the installation. pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.1+cpu.html pip install torch-sparse -f https://data.pyg.org/whl/torch-1.12.1+cpu.html...

installation

When I type the following command #################################################### define_design_lib WORK -path ./work analyze -format verilog {./rtl/mor1kx/rtl/verilog/mor1kx-defines.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_dmmu.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_execute_ctrl_cappuccino.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_pic.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_rf_cappuccino.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_icache.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_cpu_prontoespresso.v \ ./rtl/mor1kx/rtl/verilog/mor1kx_branch_prediction.v \...

After sourcing example1.tcl, I want to see how the timing arc between r1/Q to u2/A1 is calculated, so I enter the command ``` report_dcalc -from r1/Q -to u2/A1 ``` but...