Go to file
Eric Yu 334aa10655 modify tb 2024-01-29 17:08:07 -08:00
documents added diagram docs 2024-01-27 22:57:28 -08:00
src modify tb 2024-01-29 17:08:07 -08:00
tools simplified tb 2024-01-29 01:03:09 -08:00
.gitignore modified tb 2024-01-23 21:12:52 -08:00
README.md modified ip 2023-12-25 13:37:37 -08:00

README.md

QLASER_PULSE_CHANNEL

RAM tables for a single QLaser pulse channel. There are two tables, one defined the pulse shape and the other the pulse envelope, and another stores the waveform data.

Do NOT "merge" any branches in this repository. The branches are used to keep track of the different versions of the project.

Build and Run

First, make sure Vivado is in PATH. Then, run the following commands to build the project:

cd tools
vivado -mode tcl -source build.tcl

The build project will be in prj directory. If you modified the IP core, you need to close Vivado and run the above commands again.

Simulate in ModelSim

Make sure you have ModelSim in PATH. Also make sure you already compiled the project and Xilinx libraries in Vivado. Make sure the modelsim.ini file is in tools/sim directory Then, run the following commands to simulate the project:

cd tools/sim
modelsim -do run.do

Compile only (no simulation)

cd tools/sim
vsim -c -quiet -do compile.do