Setting up Quartus to run ModelSim

Quartus uses ModelSim (Altera Edition) to perform simulation. ModelSim is even used for Vector Waveform files. ModelSim and Quartus are two entirely separate applications that loosely communicate with each other. You typically invoke ModelSim from Quartus via the Tools -> Run Simulation Tool -> RTL Simulation menu However, if you’ve every tried to run ModelSim… Continue reading Setting up Quartus to run ModelSim

VHDL Standards

For those with access to IEEE standards (many universities do), the VHDL standards can be found using this site:   https://ieeexplore.ieee.org/xpl/opacstd.jsp The VHDL standards are numbered 1076.x so narrow your search to include 1076. This will get you access to the definitive source.

Mbed Studio Beta is now live

For those using Mbed-os, and always wanted to work offline, this may be good news. Arm has recently released a public beta of Mbed Studio, their new IDE specifically for Mbed os. This can be downloaded and tested here – https://os.mbed.com/studio/ This includes the Arm v6 compiler and support for a wide range of boards. Mbed… Continue reading Mbed Studio Beta is now live