Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
cc23217a
Commit
cc23217a
authored
Jul 08, 2017
by
Jens Korinth
Browse files
README.md edited online with Bitbucket
parent
9f3c5835
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
cc23217a
# Miscellaneous Chisel IP
Some very basic IP for everyday use, written in Chisel. Currently contains:
*
[
DataWidthConverter
][
1
]
Converts
`UInt`
of arbitrary bit width to
`UInt`
of different bit width.
Zero delay, handshaked channels using Chisels
`Decoupled`
interface.
*
[
DecoupledDataSource
][
2
]
Generic data provider with fixed (compile-time) data; uses handshakes via
Chisels
`Decoupled`
interface.
*
[
SignalGenerator
][
3
]
Primitive 1-bit signal generator: Specify via change list, can cycle.
These were basically warm-up exercises with Chisel, but can be useful now and
then. For usage examples see the
[
unit test suites
][
4
]
.
[
1
]:
src/main/scala/DataWidthConverter.scala
[
2
]:
src/main/scala/DecoupledDataSource.scala
[
3
]:
src/main/scala/SignalGenerator.scala
[
4
]:
src/test/scala/
\ No newline at end of file
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment