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
33b097a6
Commit
33b097a6
authored
Apr 24, 2018
by
Jens Korinth
Browse files
Overwrite default constructor for binary counter in Tcl
parent
672c9c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/ip.tcl
View file @
33b097a6
...
...
@@ -43,7 +43,7 @@ namespace eval ::tapasco::ip {
# @param name Name of the instance.
# @param output_width Bit width of the counter.
# @return bd_cell of the instance.
proc create_bin
_
cnt
{
name width
}
{
proc create_bincnt
{
name width
}
{
variable stdcomps
puts
"Creating
$width-bits
binary counter ..."
puts
" VLNV:
[
dict get $stdcomps bincnt vlnv
]
"
...
...
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