I added a comparator, I updated the control unit so that it now uses the 4 bit ALU opcode instead of the 3 bit from before. I added testbenches to the control unit and the slt and comparator modules. However, like before I unable to run the simulation on my desktop. Finally, i added the program code for the equation solver as a test bench in the CPU9bit module
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
# compile verilog/system verilog design source files
|
|
verilog xil_defaultlib \
|
|
"../../../../lab2CA.srcs/sources_1/new/BasicModules.v" \
|
|
|
|
# compile glbl module
|
|
verilog xil_defaultlib "glbl.v"
|
|
|
|
# Do not sort compile order
|
|
nosort
|