This website requires JavaScript.
Explore
Help
Sign In
christoph
/
quartus-8-bit-cpu
Watch
1
Fork
0
You've already forked quartus-8-bit-cpu
Code
Activity
31
Commits
1
Branch
0
Tags
0224bdc664ffce141cbb5212850ff4cbc405baaa
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
ChUrl
0224bdc664
Make Program in ROM start at address 1
2023-03-30 16:28:15 +02:00
.gitignore
Add .gitignore
2023-03-27 23:29:39 +02:00
ALU_TestBench.sv
Add missing "signed" to ALU ports/connections
2023-03-29 15:03:20 +02:00
ALU.sv
Remove the clock inputs from ALU and Cond again (for now)
2023-03-30 16:27:56 +02:00
ArithmeticUnit_TestBench.sv
Add missing "signed" to ALU ports/connections
2023-03-29 15:03:20 +02:00
ArithmeticUnit.sv
Add missing "signed" to ALU ports/connections
2023-03-29 15:03:20 +02:00
ConditionalUnit_TestBench.sv
Add missing "signed" to ALU ports/connections
2023-03-29 15:03:20 +02:00
ConditionalUnit.sv
Remove the clock inputs from ALU and Cond again (for now)
2023-03-30 16:27:56 +02:00
Controller.sv
Update Quartus project files
2023-03-30 13:27:59 +02:00
Counter_TestBench.sv
Implement Counter TestBench
2023-03-29 17:08:24 +02:00
Counter.sv
Widthcast increment/decrement in Counter
2023-03-30 13:19:00 +02:00
CPU_nativelink_simulation.rpt
Update Quartus project files
2023-03-29 15:59:23 +02:00
CPU_TestBench.sv
Add empty CPU TestBench
2023-03-30 13:20:24 +02:00
CPU.qsf
Update Quartus project files
2023-03-30 13:27:59 +02:00
CPU.sv
More compact wire definitions in CPU
2023-03-30 13:31:02 +02:00
Decoder_TestBench.sv
Implement CPU "cycle" decoder
2023-03-30 00:21:01 +02:00
Decoder.sv
Implement CPU "cycle" decoder
2023-03-30 00:21:01 +02:00
LogicalUnit_TestBench.sv
Implement TestBench for LogicalUnit
2023-03-29 13:57:15 +02:00
LogicalUnit.sv
Fix sensitivity list of LogicalUnit
2023-03-29 13:54:56 +02:00
Quartus_CPU.qpf
Add Quartus project files
2023-03-27 23:30:38 +02:00
RegisterFile_TestBench.sv
Implement RegisterFile TestBench
2023-03-29 15:59:09 +02:00
RegisterFile.sv
Add permanent reg0 output to RegisterFile
2023-03-30 00:21:31 +02:00
ROM.sv
Make Program in ROM start at address 1
2023-03-30 16:28:15 +02:00
Description
No description provided
54
KiB
Languages
SystemVerilog
100%