Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hammer FPGA backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kia
Hammer FPGA backend
Commits
e2e9603d4eac47b238c11e42a8a64a15a93e29ab
Select Git revision
0 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
0 authors
Dec 14, 2019
continue work on shift/inhibit rule matcher
· e2e9603d
Kia
authored
5 years ago
e2e9603d
implemented inhibit rules
· 9bdf6b90
Kia
authored
5 years ago
9bdf6b90
more renames
· b40c58f2
Kia
authored
5 years ago
b40c58f2
more renames
· 06784408
Kia
authored
5 years ago
06784408
start renaming operations
· af2a9e07
Kia
authored
5 years ago
af2a9e07
start work on shift ruleset
· 0aaebb1d
Kia
authored
5 years ago
0aaebb1d
rename ruleset to reduce_ruleset....since there's a shift_ruleset coming soon
· 025d9781
Kia
authored
5 years ago
025d9781
BUG: we're currently resolving shift-reduce problems by, well, reducing every time.
· a4dc9a83
Kia
authored
5 years ago
a4dc9a83
new rules new game
· 80e17b7e
Kia
authored
5 years ago
80e17b7e
added signals for future interface
· 39072507
Kia
authored
5 years ago
39072507
Dec 12, 2019
allow occupancy bitmap to gate predicate satisfaction
· eda1a4b9
Kia
authored
5 years ago
eda1a4b9
reorder
· 8ab3df76
Kia
authored
5 years ago
8ab3df76
still unsure how to make this fit a standardized skid buffer but i got it reduced significantly
· 27110138
Kia
authored
5 years ago
27110138
test w/ different len
· 2d39ce0f
Kia
authored
5 years ago
2d39ce0f
tried hand-writing the stuff around the memory :(
· f8efc244
Kia
authored
5 years ago
f8efc244
it works.
· 00b00d7c
Kia
authored
5 years ago
00b00d7c
before replacing the broken memory read-in mechanism with the skidbuffer
· 72f34a3d
Kia
authored
5 years ago
72f34a3d
rename
· 37e783e4
Kia
authored
5 years ago
37e783e4
Dec 08, 2019
fix occupancy bitmap
· 47a5a4a2
Kia
authored
5 years ago
47a5a4a2
continue work on timing/pipelining
· e0309635
Kia
authored
5 years ago
e0309635
start debugging flow control/timing
· 56212003
Kia
authored
5 years ago
56212003
non-registered skid buffer working
· 30d17c55
Kia
authored
5 years ago
30d17c55
non-registered skid buffer
· d8449628
Kia
authored
5 years ago
d8449628
Dec 07, 2019
continue work on skid buffer
· a4ae0282
Kia
authored
5 years ago
a4ae0282
start work on skidbuffer module
· e6104920
Kia
authored
5 years ago
e6104920
Dec 04, 2019
fully name submodules
· b631f771
Kia
authored
5 years ago
b631f771
Dec 02, 2019
try synthesizing it with nMigen/Yosys
· 191475f0
Kia
authored
5 years ago
191475f0
Dec 01, 2019
the skid buffer works but i think something is driving it even when it's
· b6f1e63d
Kia
authored
5 years ago
b6f1e63d
the parser can parse! specifically it can parse "((42))" down to "42"
· 009c6e85
Kia
authored
5 years ago
009c6e85
odd reset/off-by-one issue with startup
· a24bc9a2
Kia
authored
5 years ago
a24bc9a2
skid buffer take 2
· 0665bd06
Kia
authored
5 years ago
0665bd06
rewriting to put skidbuffer outside fsm
· 20654bc8
Kia
authored
5 years ago
20654bc8
skid buffer tryout
· 0c3ff870
Kia
authored
5 years ago
0c3ff870
start work on skidbuffer
· a9405261
Kia
authored
5 years ago
a9405261
start popping immediately, so number to pop is minus one
· 3def51f7
Kia
authored
5 years ago
3def51f7
start testing the parser on an actual language to work out the bugs
· 16944b3b
Kia
authored
5 years ago
16944b3b
spacing
· 15dbdb04
Kia
authored
5 years ago
15dbdb04
Nov 27, 2019
push pseudostatemachine seems to do something
· 75f10529
Kia
authored
5 years ago
75f10529
register the signals from the rule execution engine
· e29b8893
Kia
authored
5 years ago
e29b8893
Nov 26, 2019
think the correct stall semantics are working
· cc6acd4c
Kia
authored
5 years ago
cc6acd4c
Loading