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
!1
WIP: System shell to develop branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: System shell to develop branch
system_shell
into
develop
Overview
0
Commits
10
Pipelines
0
Changes
13
Merged
Felix Goding
requested to merge
system_shell
into
develop
5 years ago
Overview
0
Commits
10
Pipelines
0
Changes
13
Expand
Merging system shell with the developing branch
Edited
5 years ago
by
Felix Goding
0
0
Merge request reports
Viewing commit
1b46d8f1
Prev
Next
Show latest version
13 files
+
264
−
21
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
1b46d8f1
add readme, logo, CMakeLists, setup boilerplate and example code
· 1b46d8f1
Ivar Härnqvist
authored
5 years ago
b_asic/__init__.py
0 → 100755
+
6
−
0
Options
"""
Better ASIC Toolbox
"""
from
_b_asic
import
*
def
mul
(
a
,
b
):
"""
A function that multiplies two numbers
"""
return
a
*
b
Loading