Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hammer FPGA backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
77ff379d8e8e9f8f310852b4b77f7212ec2a17a8
Select Git revision
0 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
0 authors
Aug 17, 2020
off-by-ones added and removed here
· 77ff379d
Kia
authored
4 years ago
77ff379d
Aug 16, 2020
start case D
· 44653a06
Kia
authored
4 years ago
44653a06
all cases done except case D
· 422e11ea
Kia
authored
4 years ago
422e11ea
list of nonterminals must be indexed identically to that of the rules
· ea72acc0
Kia
authored
4 years ago
ea72acc0
cases A and B
· a39b8fc2
Kia
authored
4 years ago
a39b8fc2
start case analyse
· 741fbe0c
Kia
authored
4 years ago
741fbe0c
work on Fprim some more
· 2420da64
Kia
authored
4 years ago
2420da64
unsure why we made the nonterminals and terminals live in the same enum but that was a bad idea.
· b7156514
Kia
authored
4 years ago
b7156514
start work on Fone proper
· c5129a11
Kia
authored
4 years ago
c5129a11
make it live inside a class if only so we can do mutual recursion without NameError
· f98375cd
Kia
authored
4 years ago
f98375cd
grammar preprocessor working
· cd49ffdb
Kia
authored
4 years ago
cd49ffdb
start implementation proper
· 698b5507
Kia
authored
4 years ago
698b5507
finished pseudocode
· f678494b
Kia
authored
4 years ago
f678494b
continue description/documentation of proper CFG-enumeration algorithm
· 7a0bc336
Kia
authored
4 years ago
in preparation for implementation
7a0bc336
continue work
· e2bfd275
Kia
authored
4 years ago
e2bfd275
start implementing the McKenzie paper, because we actually do need osmething like it
· e8101f74
Kia
authored
4 years ago
e8101f74
Aug 12, 2020
more work on CFG generation/manipulation stuff
· 2910a77d
Kia
authored
4 years ago
2910a77d
cfg stuff separate out
· de69da15
Kia
authored
4 years ago
de69da15
nmigen change
· 0ac8e5a3
Kia
authored
4 years ago
0ac8e5a3
Aug 11, 2020
start work on actual Boltzmann sampling
· 6c03de25
Kia
authored
4 years ago
6c03de25
Aug 07, 2020
sorta works; working now on making it properly Boltzmann-sampling
· ab002474
Kia
authored
4 years ago
ab002474
Aug 06, 2020
sorta working
· 199b3fe6
Kia
authored
4 years ago
199b3fe6
working, need tree finalization still
· 08deb974
Kia
authored
4 years ago
08deb974
got the language-item-building working
· 79ac9fe7
Kia
authored
4 years ago
79ac9fe7
leaf cache
· 3ccfb402
Kia
authored
4 years ago
3ccfb402
tree modification working
· f1ae8390
Kia
authored
4 years ago
f1ae8390
continue work on tree manip
· 04703f3f
Kia
authored
4 years ago
04703f3f
tree walking
· c1a51d44
Kia
authored
4 years ago
c1a51d44
spacing
· 6241dd0c
Kia
authored
4 years ago
6241dd0c
same space
· 48d2558e
Kia
authored
4 years ago
48d2558e
Jul 24, 2020
cfg_utils.py
· b103122b
Kia
authored
4 years ago
b103122b
Jul 22, 2020
starting implementation of CFG-handling/generation/sampling machinery
· 2447ede9
Kia
authored
4 years ago
2447ede9
Jun 08, 2020
internal fault signal for serialization memory overfill
· ef35db04
Kia
authored
4 years ago
ef35db04
more parametrization, less magic numbers
· 6a2419cd
Kia
authored
4 years ago
6a2419cd
top_bit fixing
· fc9ec72e
Kia
authored
4 years ago
fc9ec72e
Jun 07, 2020
stack overflow/underflow trigger created and working
· 1656e44f
Kia
authored
4 years ago
1656e44f
Jun 04, 2020
add underfill/overfill signals to the stack
· e79a3ea9
Kia
authored
4 years ago
e79a3ea9
started work on nmigen gearboxes
· c42e167f
Kia
authored
4 years ago
c42e167f
remove the "rule execution" feature, probably not needed for generic LR parser
· f4b47958
Kia
authored
4 years ago
f4b47958
May 31, 2020
improve prettyprinting tree
· 6b6f5d5d
Kia
authored
4 years ago
6b6f5d5d
Loading