KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pdp1
★ 9
Open GitHub ↗
PDP1 implementaton in Verilog
Download README (.md)
Explore Similar Repositories
celox-inpes
:
A Luxe Engine learning project
flask-sqlalchemy-booster
:
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
HRR
:
Hillslope River Routing
activitystreams-testing
:
W3C Activity Streams 2.0 Conformance Tests
shades-of-teal
:
A colorscheme for vim
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pdp1
?
Download (.md)
# PDP-1(D) in Verilog ## Basic usage * Adjust the readmemh `pdp1_memory.v` to load a hex dump of some program (default is "test.hex") * The simulation will stop if the more than 1000000000 cycles have passed or if CPU is halted over the OPR instruction or gets an unknown instruction. * Default output is pdp1.vcd ## Current Status * Can execute most of the instruction tests: <http://bitsavers.trailing-edge.com/bits/DEC/pdp1/papertapeImages/20040106/instrTest/> * Doesn't have IO yet