Skip to content

NIOS compatible ISS in py4hw - Nil Fernandez

Notifications You must be signed in to change notification settings

nilfernandezf/MIOS

 
 

Repository files navigation

MIOS

NIOS compatible ISS in py4hw

Building SW

Open a NIOS2 command shell

nios2_command_shell.sh

Currently we provide two examples using 7-segment displays:

  • Using a Bus-Attached device
  • Using a Custom-Instruction attached device

To compile,

cd software/testLEDBus
make hex

The compilation will produce an hex file that will be loaded in the instruction memory in the testbench

Running the System Testbench

Run the tb_MiosBus script

python tb_MiosBus.py

About

NIOS compatible ISS in py4hw - Nil Fernandez

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.3%
  • C 3.2%
  • Makefile 2.5%