huanpass
huanpass
Hi, I found below code in the network part of train_dqn.py ########################################################### # Split into value and advantage streams val_stream, adv_stream = Lambda(lambda w: tf.split(w, 2, 3))(x) # custom splitting...
Can i ask how to use this in the RTL simulation? Prepend config=chosen_ara_configuration to your Makefile commands Is it config=8_lanes make verilate ? Or config=8_lanes make riscv_tests_simv Many thanks!
Hi, The quick start says export RISCV=/path/to/install/riscv/toolchain. I am a beginner to RISCV. Can i ask does the toolchain here means the riscv-gnu-toolchain namely the compiler? I wonder how i...