Forum Discussion

CStub's avatar
CStub
Icon for New Contributor rankNew Contributor
6 years ago
Solved

How do I get cyclonev_hmc file to simulate Cyclone V hard controller?

I am using 18.1 free version of Quartus Prime. My design uses the Cyclone V hard controller. I was able to simulate the example design, then changed the MPFE port numbers and type to suit my design. ...
  • CStub's avatar
    CStub
    6 years ago

    I eventually found the module. It was located in an encrypted file, which is why I did not see it. FYI the Cyclone V msim_setup.tcl setup script for the hard memory controller was missing 3 files:

    "$QUARTUS_INSTALL_DIR../modelsim_ase/altera/verilog/src/cyclonev_atoms.v"

    "$QUARTUS_INSTALL_DIR../modelsim_ase/altera/verilog/src/cyclonev_atoms_ncrypt.v"

    "$QUARTUS_INSTALL_DIR../modelsim_ase/altera/verilog/src/cyclonev_hmi_atoms_ncrypt.v"

    Ultimately got things working as described.

    Thanks, Craig