Port soc.experiment.alu_fsm to the new way of invoking cxxsim
authorCesar Strauss <cestrauss@gmail.com>
Mon, 21 Sep 2020 11:47:13 +0000 (08:47 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Tue, 22 Sep 2020 09:44:36 +0000 (06:44 -0300)
commit70cee4d6e7d454c5378b455dd8a2779dbd82adcd
tree1e7bdc2464b9aa4917e1cefeac7e7b3864e4b704
parent05b9baec72be4ef56de2ed56ec12cbf5f7f0eefe
Port soc.experiment.alu_fsm to the new way of invoking cxxsim

To use cxxsim, export NMIGEN_SIM_MODE=cxxsim from the shell.
Be sure to check out the cxxsim branch of nMigen, and update yosys to the
latest commit as well.

To use pysim, just keep NMIGEN_SIM_MODE unset. This should be backwards
compatible to old developer versions of nMigen.

Alternatively, when using a recent developer version,
export NMIGEN_SIM_MODE=pysim.
src/soc/experiment/alu_fsm.py