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
4f1473f3b546020aa67a25568e676d8dae9514a3
Select Git revision
0 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
0 authors
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
spike rule and state numbers
· a79f583b
Kia
authored
4 years ago
a79f583b
rule number & state number normalization working
· 8ca8a590
Kia
authored
4 years ago
8ca8a590
Nov 07, 2020
do similar renormalization with rule numbers
· f129c41d
Kia
authored
4 years ago
f129c41d
intentional non-monotonicity in rule numbers
· c888a058
Kia
authored
4 years ago
c888a058
introduce intentional non-monotonicity in order to verify that our...
· acf27337
Kia
authored
4 years ago
acf27337
now with explicit reduces
· 5f9a3c6d
Kia
authored
4 years ago
5f9a3c6d
renormalization just in case
· 4631c308
Kia
authored
4 years ago
4631c308
renormalization just in case
· 31e783a5
Kia
authored
4 years ago
31e783a5
reorder
· 04bda137
Kia
authored
4 years ago
04bda137
Nov 05, 2020
make it work with %define lr.default-reduction accepting
· 959d0e97
Kia
authored
4 years ago
959d0e97
everything converted to integers except "shift" and "goto" and of course the "default reductions"
· f8df6962
Kia
authored
4 years ago
f8df6962
work on converting the disparate set of symbol/rule strings and indices into a unified format
· 39c31d41
Kia
authored
4 years ago
39c31d41
Nov 02, 2020
print out extracted data; all seems good; we'll work on converting it into a...
· 3adb690d
Kia
authored
4 years ago
3adb690d
ingest reductions and gotos/transitions/shifts
· 9ca25ac1
Kia
authored
4 years ago
9ca25ac1
convert to integers now
· caea49b7
Kia
authored
4 years ago
caea49b7
more work on the automaton segment
· 4158b329
Kia
authored
4 years ago
4158b329
output intermediate .dot file
· 155ba5bd
Kia
authored
4 years ago
155ba5bd
Nov 01, 2020
rule extraction works with xpath now, doing automaton work rn
· cead4106
Kia
authored
4 years ago
cead4106
Loading