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
!260
Remove C-based simulator for now
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove C-based simulator for now
removecsim
into
master
Overview
0
Commits
1
Pipelines
2
Changes
22
Merged
Oscar Gustafsson
requested to merge
removecsim
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
22
Expand
0
0
Merge request reports
Compare
master
version 1
6b1c24b6
2 years ago
master (base)
and
latest version
latest version
fbd90a6e
1 commit,
2 years ago
version 1
6b1c24b6
1 commit,
2 years ago
22 files
+
1
−
2422
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
b_asic/__init__.py
+
0
−
6
Options
"""
B-ASIC - Better ASIC Toolbox.
ASIC toolbox that simplifies circuit design and optimization.
"""
# Extension module (C++).
# NOTE: If this import gives an error,
# make sure the C++ module has been compiled and installed properly.
# See the included README.md for more information on how to build/install.
from
b_asic._b_asic
import
*
# Python modules.
from
b_asic.core_operations
import
*
from
b_asic.graph_component
import
*
Loading