You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ My main resource was the links in <https://tis100.complexity.nl/links.html>. Ias
10
10
11
11
# Progress
12
12
13
-
Currently this codebase can generate a Vivado project that can run behavioral simulations of a a T21 node. The node is functional and should be exactly faithful in behavior to the game implementation. The one missing feature is the that the virtual ports ANY and LAST aren't supported. While I think it's possible to implement their behavior, it would require a much more complicated design.
13
+
Currently this codebase can generate a Vivado project that can run behavioral simulations of a grid of T21 nodes. The nodes are functional and should be exactly faithful in behavior to the game implementation. The one missing feature is the that the virtual ports ANY and LAST aren't supported. While I think it's possible to implement their behavior, it would require a much more complicated design.
14
14
15
15
Here's the schematic for the code:
16
16
@@ -22,7 +22,7 @@ In addition I've written a series of python scripts to aid in development and te
22
22
* A basic emulator for running TIS code in Python
23
23
* Tools for generating stimuli and verification data for the FPGA simulation unit tests
24
24
25
-
The furthest test is running the following code in the full node:
25
+
An example simulation is running the following code in a single node:
26
26
27
27
```
28
28
MOV UP ACC
@@ -39,6 +39,16 @@ Feeding in [5, 100] gives the output [50, 999] in the behavioral simulation. Her
0 commit comments