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
d7f36528702b7079b30cf26d3d2ab348384812c1
Select Git revision
0 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
0 authors
Feb 02, 2021
readout logic seems to work :)
· d7f36528
Kia
authored
4 years ago
d7f36528
getting closer
· f6456b0c
Kia
authored
4 years ago
f6456b0c
Jan 31, 2021
unoptimized_lr/simple_parse_tree.py
· 0fcb9248
Kia
authored
4 years ago
0fcb9248
Jan 30, 2021
found the bug
· e683c0e1
Kia
authored
4 years ago
e683c0e1
work on test vector
· 486c9cc6
Kia
authored
4 years ago
486c9cc6
refactor
· 7f6c297c
Kia
authored
4 years ago
7f6c297c
refactor
· 59ba6f87
Kia
authored
4 years ago
59ba6f87
refactor
· bf11655d
Kia
authored
4 years ago
bf11655d
expurgated superfluous valid signal
· f8c93831
Kia
authored
4 years ago
f8c93831
refactor to use nmigen buses
· 0e3cb2eb
Kia
authored
4 years ago
0e3cb2eb
Jan 26, 2021
work on making it use the bus/layout/record/whatever
· 923ae3f6
Kia
authored
4 years ago
923ae3f6
a bit more correct behavior with ready/valid
· 9c5f39a2
Kia
authored
4 years ago
9c5f39a2
likewise with LR-table
· 5fcc6ccd
Kia
authored
4 years ago
5fcc6ccd
GOTO table with the bus instead of individual signals
· d5a4e923
Kia
authored
4 years ago
d5a4e923
work on the bus definition
· 4726435d
Kia
authored
4 years ago
4726435d
Jan 19, 2021
start work on state machine, based on previous iteration of the parser
· 2add8f71
Kia
authored
4 years ago
2add8f71
Jan 16, 2021
raster-style for the moment, it's easier and more likely to synthesize
· 6d5c9c1f
Kia
authored
4 years ago
6d5c9c1f
wrong but keeping this for further reference
· 0e7751f5
Kia
authored
4 years ago
0e7751f5
Jan 15, 2021
GOTO table
· 4f1473f3
Kia
authored
4 years ago
4f1473f3
seems to work
· e359781a
Kia
authored
4 years ago
e359781a
Jan 14, 2021
row select works
· 449b92a4
Kia
authored
4 years ago
449b92a4
continue work on table
· 90d384d9
Kia
authored
4 years ago
90d384d9
continue work on simple/unoptimized/probably-wont-synthesize LR table
· e3e3fdc6
Kia
authored
4 years ago
e3e3fdc6
Jan 12, 2021
new directory for simple/unoptimized parser gateware
· 6002c579
Kia
authored
4 years ago
6002c579
use names instead of numerical constants
· ccfa0b0e
Kia
authored
4 years ago
ccfa0b0e
Jan 06, 2021
wrote stack gateware
· 998ec89e
Kia
authored
4 years ago
998ec89e
Jan 05, 2021
work done with bison and the IELR(1) paper / litmus tests
· fc8429d8
Kia
authored
4 years ago
fc8429d8
add in work done on the bison xml ingest tool
· 5d5799f5
Kia
authored
4 years ago
5d5799f5
continue work on unoptimized LR(1) automaton gateware
· 0bc5f97c
Kia
authored
4 years ago
0bc5f97c
Dec 27, 2020
continue work on simple/straightforward LR(1) automaton, hopefully without defects
· 0d35c7f6
Kia
authored
4 years ago
0d35c7f6
Dec 13, 2020
reverse_precedence_fig_5.y
· 0871d6af
Kia
authored
4 years ago
0871d6af
add grammars from IELR papers as bases for litmus tests for analyzing the issue we are working on
· 3455539c
Kia
authored
4 years ago
3455539c
grammars
· 10541b02
Kia
authored
4 years ago
10541b02
Nov 25, 2020
add case for underspecified stack state (rule RHS has more elements than the...
· ab2e9851
Kia
authored
4 years ago
ab2e9851
Nov 09, 2020
print all the generated tables at the end
· 72076023
Kia
authored
4 years ago
72076023
an off by one. again.
· 9134ab39
Kia
authored
4 years ago
9134ab39
add the pushdown-graph processing code
· 6559552d
Kia
authored
4 years ago
6559552d
remove the spike
· dd3f5c71
Kia
authored
4 years ago
dd3f5c71
going to check if all the table entries are correct
· d1210414
Kia
authored
4 years ago
d1210414
working on making it a 2-d table like previously used in the actual converter source code
· 04870eaa
Kia
authored
4 years ago
04870eaa
Loading