Compare finite state machine (FSM) coding styles in Bluespec SystemVerilog (BSV) in comparition to SystemVerilog.
source env.sh
bsc -sim -u ./test/Tb1.bsv
bsc -sim -e mkTb
./bsim -V
bsc -verilog -u ./test/Tb1.bsv
verilator -Wall --lint-only -f verilator.f ./test/top.sv
verilator -Wall -f verilator.f --cc --exe --build ./test/top.sv sim_main.cpp
./obj_dir/Vtop