You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/fallen/milkymist-mmu-simulation.git # Clone the simulation repository
26
+
$ git clone https://github.com/fallen/dmp.git # Clone the dmp tool to analyse simulation output
27
+
$ cd milkymist-mmu-simulation
28
+
$ source /opt/Xilinx/14.3/ISE_DS/settings32.sh # Sets environment up to use Xilinx tools
29
+
$ export PATH=$PWD/tools/h2a/:$PATH # Adds h2a tool in PATH to convert binary files to ASCII hex files
30
+
$ make tools # Builds h2a tool
31
+
32
+
Uncomment "`define CFG_DRAW_ME_A_PIPELINE" in lm32_include.v
33
+
34
+
Comment other defines which could lead to text being written to the console during simulation (e.g. CFG_PIPELINE_TRACES, CFG_UART_ENABLED, CFG_VERBOSE_DISPLAY_ENABLED)
35
+
36
+
$ make dmp # Runs the actual simulation and saves pipeline informations to dmp.data file
0 commit comments