Skip to content

Commit

Permalink
Update images, readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatrazEscapee committed Apr 27, 2022
1 parent 687933d commit dd462bc
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!/requirements.txt
!/README.md
!/npp_assembly_language_spec.xml
!/demo/**/*.png
!/img/**/*.png

!/asm/textures/**/*.png
!/asm/**/*.s
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A completely custom, target designed CPU architecture for Factorio.

![Splash](./demo/processor_v5_architecture.png)
![Splash](./img/processor_v5_architecture.png)

### Design Goals

Expand Down Expand Up @@ -270,6 +270,8 @@ Consider the following initial setup:

## Implementation

![Annotated Splash](./img/processor_v5_architecture_annotated.png)

This section describes implementation details of the V5 architecture in Factorio.

### Bus Signals
Expand Down
Binary file removed demo/alu.png
Binary file not shown.
Binary file removed demo/gpu.png
Binary file not shown.
Binary file removed demo/id.png
Binary file not shown.
Binary file removed demo/ram.png
Binary file not shown.
Binary file removed demo/rom.png
Binary file not shown.
File renamed without changes
Binary file added img/processor_v5_architecture_annotated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd462bc

Please sign in to comment.