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
Compare revisions
7082b24a64d0bc6543a8c5a3c7a8548998cb64f6 to 726c8e184141319c0a2204236698b4ad5b34dd23
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
da/B-ASIC
Select target project
No results found
726c8e184141319c0a2204236698b4ad5b34dd23
Select Git revision
Swap
Target
da/B-ASIC
Select target project
da/B-ASIC
lukja239/B-ASIC
robal695/B-ASIC
3 results
7082b24a64d0bc6543a8c5a3c7a8548998cb64f6
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Update README.md
· e7a7deed
Felix Goding
authored
5 years ago
e7a7deed
Delete helloworld.py
· 7dca522d
Felix Goding
authored
5 years ago
7dca522d
Delete testbuild.py
· 726c8e18
Felix Goding
authored
5 years ago
726c8e18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
helloworld.py
+0
-1
0 additions, 1 deletion
helloworld.py
testbuild.py
+0
-1
0 additions, 1 deletion
testbuild.py
with
1 addition
and
3 deletions
README.md
View file @
726c8e18
<img
src=
"https://files.slack.com/files-pri/TSHPRJY83-FTTRW9MQ8/b-asic-logo-opaque.png"
width=
"318"
height=
"100"
>
<br>
<h3>
The leading company in circuit design
<h3>
\ No newline at end of file
<h3>
B-ASIC is an ASIC toolbox for Python 3 that simplifies circuit design and optimization.
<h3>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
helloworld.py
deleted
100644 → 0
View file @
6cc4b969
print
(
"
Hello world
"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
testbuild.py
deleted
100644 → 0
View file @
6cc4b969
print
(
"
Worked to build this file
"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.