Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
The Moore.io Command Line Interface (CLI) Client is a toolchain for front-end engineering of FPGA/ASIC projects.
From the User Manual's Executive Summary | |
---|---|
The Moore.io Command Line Interface (CLI) Client orchestrates disparate free and/or open source tools into a single, complete, straightforward and integrated toolchain for hardware engineers. The CLI consists of a succinct and powerful command set which developers use via a terminal on their operating system (Windows/Linux/OSX). |
mio
can be installed directly from pip3
:
pip3 install mio-cli
mio [--version] [--help]
mio [--wd WD] [--dbg] CMD [OPTIONS]
Options:
-v, --version
Prints the mio version and exits.
-h, --help
Prints the overall synopsis and a list of the most commonly used commands and exits.
-C WD, --wd WD
Run as if mio was started in WD (Working Directory) instead of the Present Working Directory `pwd`.
--dbg
Enables debugging outputs from mio.
Full Command List (`mio help CMD` for help on a specific command):
Help and Shell/Editor Integration
doctor Runs a set of checks to ensure mio installation has what it needs to operate properly
help Prints documentation for mio commands
Project and Code Management
init Starts project creation dialog
gen Generates DV source code via the UVMx template engine
IP and Credentials Management
install Install all IP dependencies from IP Marketplace
login Start session with IP Marketplace
package Create a compressed (and potentially encrypted) archive of an IP
publish Publish IP to IP Marketplace (must have mio admin account)
EDA Automation
! Repeat last command
regr Runs regression against an IP
sim Performs necessary steps to simulate an IP with any simulator
Manage Results and other EDA Tool Outputs
clean Manages outputs from tools (other than job results)
cov Manages coverage data from EDA tools
dox HDL source code documentation generation via Doxygen
results Manages results from EDA tools
FAQs
The Moore.io Command Line Interface (CLI) Client is a toolchain for front-end engineering of FPGA/ASIC projects.
We found that mio-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.