Archived
1
0

85 Commits

Author SHA1 Message Date
Konstantin 6d8b27dac8 Grouped the gates and corrected xnor16.v nor16.v (#6)
Alright!
2022-08-26 15:40:32 +02:00
Erick 613b7710c7 Fixed syntax error that got unnoticed 2022-07-24 01:13:47 +02:00
Erick 84f500e9d6 Update README.md 2022-04-07 20:41:29 +02:00
Erick 35a5980e2a added a description of the next things to do for the vm 2022-04-07 20:35:19 +02:00
Erick aa0f2ecd7c Update .gitignore 2022-04-07 20:34:30 +02:00
Erick d128a35aef Create main.c 2022-04-07 17:15:26 +02:00
Erick 6999a0702b minor fix 2022-04-07 17:15:16 +02:00
Erick 51253cbb12 update github stuff 2022-04-07 17:14:44 +02:00
Erick 09676ffb82 minor fixes 2022-03-27 19:00:14 +02:00
Erick e568e64264 created 16-bit cpu 2022-03-27 18:30:31 +02:00
Erick a657c66e09 additional fixes 2022-03-27 16:17:06 +02:00
Erick 9a473d1e9e terminate program fix 2022-03-27 15:59:37 +02:00
Erick 7e888d8ad6 minor fix 2022-03-27 15:58:07 +02:00
Erick cf5ae5a456 update mult.asm 2022-03-27 15:57:45 +02:00
Erick 20d74eeac2 create machine code files 2022-03-27 14:37:27 +02:00
Erick c3d48c6241 minor changes 2022-03-27 14:37:02 +02:00
Erick f078ff9552 create input/output interfaces 2022-03-27 14:36:36 +02:00
Erick e9f9952bec update README.md 2022-03-23 15:37:39 +01:00
Erick 5fafeb5881 change project name 2022-03-23 15:18:07 +01:00
Erick 4847fed434 Merge branch 'main' of https://github.com/erickahmed/square-one 2022-03-23 15:09:58 +01:00
Erick 724cbc0d52 create program counter 2022-03-23 15:09:28 +01:00
Erick 7a1e447bea Delete testbench directory 2022-03-23 13:42:23 +01:00
Erick 6642d3853d minor comment changes 2022-03-23 13:05:58 +01:00
Erick f93143d860 create ram16384.sv 2022-03-23 13:03:58 +01:00
Erick 85fd2df83a output size fix 2022-03-23 12:45:55 +01:00
Erick 9098b71ccc fixed file name 2022-03-23 12:36:15 +01:00
Erick 5277d8fd78 name changes in ram8 chip used in ram16 2022-03-23 12:33:56 +01:00
Erick c166389176 create ram512.sv 2022-03-23 12:33:22 +01:00
Erick e662434000 minor changes 2022-03-23 12:29:50 +01:00
Erick 4d0a1bb944 adding new paragraphs 2022-03-22 17:09:01 +01:00
Erick a52dbe03fc Create ram16.sv
16-bit ram chipset
2022-03-22 16:47:56 +01:00
Erick c5413708df Create ram8.sv
8-bit ram chipset
2022-03-22 16:47:44 +01:00
Erick 3196223e02 create 16-bit register 2022-03-22 16:47:13 +01:00
Erick 5613fba905 minor fix 2022-03-22 16:46:55 +01:00
Erick 90f63bd807 bugfix 2022-03-22 16:46:39 +01:00
Erick 3223f3a6af Create bit_reg.sv
bit_reg.v is a single bit register that uses a data flipflop
2022-03-08 15:08:04 +01:00
Erick 8c70d4384f minor fixes in flipflop logic 2022-03-08 15:07:02 +01:00
Erick bfb055ed87 Merge branch 'main' of https://github.com/erickahmed/square-one 2022-03-08 13:55:29 +01:00
Erick b5d5fb5a05 created sr, jk and data flipflops 2022-03-08 13:54:42 +01:00
Erick a4c9507c3c add a 3 way version of nand16 2022-03-08 13:54:14 +01:00
Erick 062c1aefb3 minor fixes on alu 2022-03-08 13:53:49 +01:00
Erick 5cac1f0b68 Update .gitignore 2022-03-08 13:53:19 +01:00
Erick 861f634439 Update README.md 2022-03-07 03:11:47 +01:00
Erick 2874592f4f Update README.md 2022-03-07 03:03:19 +01:00
Erick a9659bf55e Update README.md 2022-03-07 03:00:12 +01:00
Erick dbbc633381 Update README.md 2022-03-07 02:59:22 +01:00
Erick d3a9f400e2 Update README.md 2022-03-07 02:58:47 +01:00
Erick 42705d8f17 Update README.md 2022-03-07 02:57:59 +01:00
Erick e1b3cdab1c Update README.md 2022-03-07 02:50:43 +01:00
Erick 3ade6ba96a create sr flipflop logic 2022-03-07 02:17:10 +01:00