Skip to content

JonathSpirit/GComputer_standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GComputer_standard

Copyright (C) 2020 Guillaume Guillet

Description

This repository contains all homemade standard essentially for my 8bits computer but can be applied for any other purpose.

Actual standards

Processor standards

All processor standards contain documentation with a description, mechanical detail, electrical detail and pins placement.

"Simple Processor Standard"

19.08.2020 SPS1 (revision 3) , documentation here , changelog here
SPS1_image

Motherboard standards

All motherboard standards contain documentation with a description and every model with compatible processor.

"Mother Of Motherboard"

28.09.2020 MOM1_basic (revision 2) , documentation here , changelog here
MOM1_SPS1_image
28.09.2020 MOM1_SPS1 (revision 2) , documentation here , changelog here
MOM1_SPS1_image

Memory standards

All memory standards contain documentation with a description, mechanical detail, electrical detail and pins placement.

"Memory module"

13.08.2020 MM1 (revision 1) , documentation here , changelog here
MM1_PCB_3D_image MM1_PCB_image

Pheripheral standards

All pheripheral standards contain documentation with a description, mechanical detail, electrical detail and pins placement.

"Parallel peripheral"

24.09.2020 PP1 (revision 1) , documentation here , changelog here
PP1_PCB_3D_image PP1_PCB_image

CodeG standards

CodeG is a homemade binary/simple language to be used in a homemade processor like GP8B.

"CodeG_binary"
02.07.2020 CodeG_binary (revision 1)
The binary version is what the processor will read and execute.

"CodeG_simple"
02.07.2020 CodeG_simple (revision 1)
The simple version allows you to write and read code much more simply but must be compiled to be executed by the processor.