-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-structure project to be more like Blarney and remove temp files us…
…ed for writing diss
- Loading branch information
1 parent
f00f768
commit b7fb0ca
Showing
321 changed files
with
282 additions
and
16,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,2 @@ | ||
dist | ||
dist-* | ||
cabal-dev | ||
*.o | ||
*.hi | ||
*.hie | ||
*.chi | ||
*.chs.h | ||
*.dyn_o | ||
*.dyn_hi | ||
.hpc | ||
.hsenv | ||
.cabal-sandbox/ | ||
cabal.sandbox.config | ||
*.prof | ||
*.aux | ||
*.hp | ||
*.eventlog | ||
.stack-work/ | ||
cabal.project.local | ||
cabal.project.local~ | ||
.HTF/ | ||
.ghc.environment.* | ||
*.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "work/blarney"] | ||
path = work/blarney | ||
url = https://github.com/mn416/blarney | ||
[submodule "blarney"] | ||
path = blarney | ||
url = https://github.com/JonasAlaif/blarney.git | ||
branch = jf613-change-test-script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A read-only copy of the source latex can be found at https://www.overleaf.com/project/5e30193d717c320001b14145 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- All tests passed to depth 0 at time 0 - | ||
- All tests passed to depth 1 at time 76 - | ||
=== All tests passed to maximum specified depth of 2 at time 4408 === |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) ActoraStack.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi ActoraStack ActoraStack-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- All tests passed to depth 0 at time 0 - | ||
- All tests passed to depth 1 at time 10 - | ||
- All tests passed to depth 2 at time 85 - | ||
- All tests passed to depth 3 at time 585 - | ||
- All tests passed to depth 4 at time 3710 - | ||
=== Found failing case at depth 5 after 21722 ticks: TopEq {1 v 0} === | ||
0: Push 0x1 | ||
1: Push 0x0 | ||
2: Push 0x0 | ||
3: Pop | ||
4: Pop | ||
5: 'TopEq {1 v 0}' fails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) BRAMStack.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi BRAMStack BRAMStack-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- All tests passed to depth 0 at time 0 - | ||
=== All tests passed to maximum specified depth of 1 at time 127168 === |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) CPU.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi CPU CPU-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--All tests passed at time 33554431-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) FirstHot.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi FirstHot FirstHot-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
top: | ||
|
||
.PHONY: clean | ||
clean: | ||
make -C ActoraStack clean | ||
make -C BRAMStack clean | ||
make -C CPU clean | ||
make -C FirstHot clean | ||
make -C MemAddr clean | ||
make -C RandomCheck clean | ||
make -C Sorter clean | ||
make -C Sums clean | ||
make -C Sums_Parallel clean | ||
make -C Synthesizable clean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) MemAddr.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi MemAddr MemAddr-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--All tests passed at time 1048575-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) RandomCheck.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi RandomCheck RandomCheck-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- All tests passed to depth 0 at time 0 - | ||
Custom Random Values: | ||
00, 01, c6, 5f, 1c, 8d, 82, 0b, 78, 59, 7e, f7, 14, 65, ba, 23, f0, b1, 36, 8f, 0c, 3d, f2, 3b, 68, 09, ee, 27, 04, 15, 2a, 53, e0, 61, a6, bf, fc, ed, 62, 6b, 58, b9, 5e, 57, f4, c5, 9a, 83, d0, 11, 16, ef, ec, 9d, d2, 9b, 48, 69, ce, 87, e4, 75, 0a, b3, c0, c1, 86, 1f, dc, 4d, 42, cb, 38, 19, 3e, b7, d4, 25, 7a, e3, b0, 71, f6, 4f, cc, fd, b2, fb, 28, c9, ae, e7, c4, d5, ea, 13, a0, 21, 66, 7f, bc, ad, 22, 2b, 18, 79, 1e, 17, b4, 85, 5a, 43, 90, d1, d6, af, ac, 5d, 92, 5b, 08, 29, 8e, 47, a4, 35, ca, 73, 80, 81, 46, df, 9c, 0d, 02, 8b, f8, d9, fe, 77, 94, e5, 3a, a3, 70, 31, b6, 0f, 8c, bd, 72, bb, e8, 89, 6e, a7, 84, 95, aa, d3, 60, e1, 26, 3f, 7c, 6d, e2, eb, d8, 39, de, d7, 74, 45, 1a, 03, 50, 91, 96, 6f, 6c, 1d, 52, 1b, c8, e9, 4e, 07, 64, f5, 8a, 33, 40, 41, 06, 9f, 5c, cd, c2, 4b, b8, 99, be, 37, 54, a5, fa, 63, 30, f1, 76, cf, 4c, 7d, 32, 7b, a8, 49, 2e, 67, 44, 55, 6a, 93, 20, a1, e6, ff, 3c, 2d, a2, ab, 98, f9, 9e, 97, 34, 05, da, c3, 10, 51, 56, 2f, 2c, dd, 12, db, 88, a9, 0e, c7, 24, b5, 4a, f3, | ||
|
||
Builtin Random: | ||
=== Found failing case at depth 1 after 532 ticks: Fail only at large value === | ||
0: Builtin_Random 0xe81de362a1f9f35f | ||
1: 'Fail only at large value' fails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) Sorter.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi Sorter Sorter-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--All tests passed at time 4194303-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) Sums.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi Sums Sums-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--All tests passed at time 16777215-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.PHONY: all | ||
all: | ||
blcc $(BLC_FLAGS) Sums_Parallel.hs | ||
|
||
clean: | ||
rm -rf *.o *.hi Sums_Parallel Sums_Parallel-Verilog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--All tests passed at time 8388607-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
/*.rpt | ||
/*.msg | ||
/*.summary | ||
/*.sld | ||
/*.sopcinfo | ||
/*.jdi | ||
/c5_pin_model_dump.txt | ||
/*.pin | ||
/*.done | ||
/*.qws | ||
/*.sof | ||
/*.csv | ||
/*.qws | ||
/*.smsg | ||
/*.qdf | ||
**/dse* | ||
**/db | ||
**/incremental_db | ||
**/SoC | ||
**/.qsys_edit | ||
**/reconfig_mif | ||
/*.mif | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
%.bin: %.hs | ||
blcc -i"./../../$*" $< -o $@ | ||
Top-Verilog/%.v: %.bin | ||
./$< | ||
#cp $@ Top-Verilog/Top.v ?? | ||
|
||
clean: | ||
rm -rf *.o *.hi *.bin Top-Verilog |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.