Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ubuntu_virtual_cae_system [2026/03/18 22:06] – move from gitlab.elektrotechnik to caeis beckmanf | ubuntu_virtual_cae_system [2026/03/18 23:53] (current) – [Preconfigured VirtualBox virtual machine] add UTM machine beckmanf | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | I have a preconfigured virtual machine for arm MacOS with UTM here: | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | |||
| ===== Build your own from scratch ===== | ===== Build your own from scratch ===== | ||
| Line 100: | Line 106: | ||
| sudo ansible-playbook disable-sudo-password.yaml | sudo ansible-playbook disable-sudo-password.yaml | ||
| ansible-playbook sose26.yaml | ansible-playbook sose26.yaml | ||
| - | popd | + | </ |
| + | |||
| + | After the installation, | ||
| + | |||
| + | < | ||
| sudo apt -y install gtkwave | sudo apt -y install gtkwave | ||
| git clone https:// | git clone https:// | ||
| Line 122: | Line 132: | ||
| These versions are required for the Altera DE1 board which is used in the digital design lab and is available in the library. This Quartus version is the last version that supports the Altera Cyclone II FPGA which is on that board. So do not install a later version if you want to use that board. The quartus software will be installed at "/ | These versions are required for the Altera DE1 board which is used in the digital design lab and is available in the library. This Quartus version is the last version that supports the Altera Cyclone II FPGA which is on that board. So do not install a later version if you want to use that board. The quartus software will be installed at "/ | ||
| - | The installation of quartus | + | ghdl, yosys and the openroad tools are precompiled for arm64 on debian 13 (trixie). These precompiled binaries are produced |
| + | |||
| + | The installation of quartus and the window environment is done via ansible. You need to open a new terminal to have the PATH settings active. | ||
| ===== Test the installation ===== | ===== Test the installation ===== | ||