Skip to content

Commit 0e24cb8

Browse files
committed
re-org before tmr
1 parent b85df96 commit 0e24cb8

40 files changed

+33
-746
lines changed

.github/workflows/ci.yml

+1-27
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,5 @@ jobs:
2020
2121
- name: Run Simulation
2222
run: |
23-
cd cores/moving_average_accumulator
23+
cd mov_avg_acc
2424
make test
25-
26-
27-
dmalib-test:
28-
runs-on: ubuntu-latest
29-
30-
steps:
31-
# Checkout the repository
32-
- name: Checkout code
33-
uses: actions/checkout@v3
34-
35-
# Install Zig (version 0.13)
36-
- name: Install Zig
37-
uses: mlugg/setup-zig@v1
38-
with:
39-
zig-version: '0.13.0' # Specify the exact version you are using
40-
41-
# Verify Zig installation
42-
- name: Verify Zig
43-
run: zig version
44-
45-
# Build the project
46-
- name: Build project and run
47-
run: |
48-
cd dmalib
49-
zig build
50-
./zig-out/bin/dmalib

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ See https://punt-engine.com for full documentation.
66

77
Punt Engine is an open-source FPGA-accelerated high-frequency trading engine. In short, we input a stream of market data for an asset and output requests buying or selling the asset based on historical trends.
88

9-
The image below summarizes interactions within our FPGA.
9+
## Components
1010

11-
![punt-engine-systems-design](https://github.com/user-attachments/assets/df477b40-3172-44a5-87f4-cde787ed0c2d)
11+
### Pipebomb
12+
**P**ipebomb **I**s a **P**ipelined and **E**ventually **B**alanced **O**rder-**M**anaging **B**ook.
13+
14+
### Madlib
15+
**M**adlib: **A** **D**MA **L**ibrary via **I**nterconnect **B**uffers
1216

1317
## Contributing
1418

cores/pipelined_order_book/README.md

-56
This file was deleted.

cores/pipelined_order_book/bin/Clash.hs

-7
This file was deleted.

cores/pipelined_order_book/bin/Clashi.hs

-7
This file was deleted.

cores/pipelined_order_book/cabal.project

-7
This file was deleted.

cores/pipelined_order_book/hie.yaml

-12
This file was deleted.

cores/pipelined_order_book/pipelined-order-book.cabal

-133
This file was deleted.

cores/pipelined_order_book/src/Example/Project.hs

-54
This file was deleted.

cores/pipelined_order_book/src/OrderBook/Top.hs

-1
This file was deleted.

cores/pipelined_order_book/tests/Tests/Example/Project.hs

-50
This file was deleted.

0 commit comments

Comments
 (0)