Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Merge requests
!254
Fix linting issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix linting issues
clean
into
master
Overview
0
Commits
1
Pipelines
5
Changes
16
Merged
Oscar Gustafsson
requested to merge
clean
into
master
2 years ago
Overview
0
Commits
1
Pipelines
5
Changes
16
Expand
0
0
Merge request reports
Compare
master
version 4
63c54ef4
2 years ago
version 3
435ae328
2 years ago
version 2
c6ec6b6b
2 years ago
version 1
8978073d
2 years ago
master (base)
and
latest version
latest version
878f17cb
1 commit,
2 years ago
version 4
63c54ef4
1 commit,
2 years ago
version 3
435ae328
1 commit,
2 years ago
version 2
c6ec6b6b
1 commit,
2 years ago
version 1
8978073d
1 commit,
2 years ago
16 files
+
147
−
142
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
b_asic/codegen/vhdl/__init__.py
+
0
−
3
Options
@@ -63,6 +63,3 @@ def write_lines(
@@ -63,6 +63,3 @@ def write_lines(
write
(
f
,
indent_level
=
tpl
[
0
],
text
=
tpl
[
1
],
end
=
tpl
[
2
])
write
(
f
,
indent_level
=
tpl
[
0
],
text
=
tpl
[
1
],
end
=
tpl
[
2
])
else
:
else
:
raise
ValueError
(
'
All tuples in list `lines` must have length 2 or 3
'
)
raise
ValueError
(
'
All tuples in list `lines` must have length 2 or 3
'
)
from
b_asic.codegen.vhdl
import
architecture
,
common
,
entity
Loading