Files
simbench/test-xcelium/__build.sh

12 lines
201 B
Bash
Raw Normal View History

2023-06-11 22:23:23 +03:00
#!/usr/bin/env bash
set -e
2023-06-17 10:56:00 +03:00
. ../scripts/sim_vars.sh
2023-06-11 22:23:23 +03:00
rm -rf xcelium.d
2023-06-17 10:56:00 +03:00
## WARNING: defparam is not tested
xmvlog -sv -f $FFILE top.sv
xmelab -timescale 1ps/1ps -defparam top.CPU_COUNT=$CPU_COUNT top