Last active
September 3, 2020 06:30
-
-
Save jmarcos-cano/db50d49e5426c6bd41c7113a69b27312 to your computer and use it in GitHub Desktop.
BIOS yaml config for UFM students
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set Clock freq (Hz), possible values: Range 0-2, being 0 = step and -1 = infinite or as fast as you can. | |
clock: 1.2 | |
# turn on visualization and specify which things to print | |
visualization: | |
RAM: true | |
Registers: true | |
Clock: false | |
ALU: true | |
# display mode for numbers | |
Radix: <dec|bin|hex> | |
# RAM array | |
RAM: | |
data: | |
- 4 | |
- 10 | |
- 0 | |
- 0 | |
- 1 | |
- 3 | |
- 12 | |
- 9 | |
- 10 | |
- 0 | |
- 0 | |
- 0 | |
- 2 | |
- 5 | |
- 0 | |
- 0 | |
instructions: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment