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
Automate
Agent sessions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kia
Hammer FPGA backend
Commits
Commits · c2cdc79e2f19a8d494b9504cb44b6f8e0965ecc8
c2cdc79e2f19a8d494b9504cb44b6f8e0965ecc8
Select Git revision
Selected
c2cdc79e2f19a8d494b9504cb44b6f8e0965ecc8
Branches
1
master
default
2 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
Kia
kia
Stephen Taylor
lvln
2 authors
Browse files
Apr 22, 2021
add underscores, restate data_out widths for the stacks
· c2cdc79e
Kia
authored
Apr 22, 2021
c2cdc79e
start including the subcomponent's layouts inside the top-level internal bus layout
· b77f83c8
Kia
authored
Apr 22, 2021
b77f83c8
reduce table renames
· 7db8fbd4
Kia
authored
Apr 22, 2021
7db8fbd4
stack renames
· b79c40c4
Kia
authored
Apr 22, 2021
b79c40c4
likewise for the GOTO table's bus Layout
· f4070f77
Kia
authored
Apr 22, 2021
f4070f77
rename
· 44b0e55b
Kia
authored
Apr 22, 2021
44b0e55b
shift/reduce table Layout done the right way
· bb2eec44
Kia
authored
Apr 22, 2021
bb2eec44
fixed typo
· ddcf4133
Kia
authored
Apr 22, 2021
ddcf4133
repeat ourselves a bit
· 9bfafeea
Kia
authored
Apr 22, 2021
9bfafeea
spacing
· 1c634e4a
Kia
authored
Apr 22, 2021
1c634e4a
redoing the table/stack Layouts to just take the language parameters; also...
· 4a896dda
Kia
authored
Apr 22, 2021
4a896dda
reorder
· 318345b6
Kia
authored
Apr 22, 2021
318345b6
spacing
· 097bc5ba
Kia
authored
Apr 22, 2021
097bc5ba
conditionally add the components necessary for serializing if we're asked to generate a parse tree
· 68905f33
Kia
authored
Apr 22, 2021
68905f33
split Layouts into internals/externals
· a7c02dca
Kia
authored
Apr 22, 2021
a7c02dca
reorder two tables in the documentation
· 433108bb
Kia
authored
Apr 22, 2021
433108bb
module
· 6bfc4940
Kia
authored
Apr 22, 2021
6bfc4940
imports
· dbf51c92
Kia
authored
Apr 22, 2021
dbf51c92
move directory to facilitate importing
· c6ee5004
Kia
authored
Apr 22, 2021
c6ee5004
Apr 14, 2021
we've decided to accept the extra clock cycle from now
· d84f0294
Kia
authored
Apr 14, 2021
d84f0294
start typing up notes on research directions and more advanced microarchitectures
· b3a07bbc
Kia
authored
Apr 14, 2021
b3a07bbc
start working on downstream transaction flow control (the case where we...
· 3ab7af52
Kia
authored
Apr 14, 2021
3ab7af52
document slicer
· e2797500
Kia
authored
Apr 14, 2021
e2797500
Apr 10, 2021
attempt to fix the desync bug
· bb29b924
Kia
authored
Apr 10, 2021
bb29b924
Apr 06, 2021
test using the internal nMigen "Part" function from nmigen.hdl.ast to see if...
· 8830f9e2
Kia
authored
Apr 6, 2021
8830f9e2
restore omitted line, use the refolder to initialize the memory
· bada5a35
Kia
authored
Apr 6, 2021
bada5a35
refolder works
· 11102625
Kia
authored
Apr 6, 2021
11102625
make note of added dependency
· 711781c4
Kia
authored
Apr 6, 2021
711781c4
work on bit resizer (also will be useful for initializing the memory for the formal/BMC test)
· 65d16f0e
Kia
authored
Apr 6, 2021
65d16f0e
take care of nonzero least-significant bit index
· 6db9cb8c
Kia
authored
Apr 6, 2021
6db9cb8c
think there's something wrong with this but committing anyway to get it down
· 05b3f174
Kia
authored
Apr 6, 2021
05b3f174
Apr 05, 2021
rm now-superfluous comments
· ece3d518
Kia
authored
Apr 5, 2021
ece3d518
right/left terminology removed
· a752a057
Kia
authored
Apr 5, 2021
a752a057
split the bitwise calculation in two steps
· f150d22e
Kia
authored
Apr 5, 2021
f150d22e
rename the confusing "left" and "right" bit index stuff, pt 2
· cc974b1a
Kia
authored
Apr 5, 2021
cc974b1a
rename the confusing "left" and "right" bit index stuff, pt 1
· b0079683
Kia
authored
Apr 5, 2021
b0079683
this is the best way to do a synthesizable cutting-off of the top K bits, i believe.
· 58fe2311
Kia
authored
Apr 5, 2021
58fe2311
try working on combining shift register, we morally are on the right track but...
· bb6141f3
Kia
authored
Apr 5, 2021
bb6141f3
Apr 03, 2021
seems to work, i think we should write the shift register so we can do the...
· 7bcd6406
Kia
authored
Apr 3, 2021
7bcd6406
we forgot to register the pseudoindex
· b93901f3
Kia
authored
Apr 3, 2021
b93901f3
Loading