Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
/ micro-yosyslint Public archive

Verilog linting plugin for Micro editor. Checks the syntax of the Language Verilog. Based on yosys.

License

Notifications You must be signed in to change notification settings

MuratovAS/micro-yosyslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yosys lint plugin for micro editor

Plugin for checking the syntax of the Verilog language. Based on yosys.

Tested version: Micro 2.0.10; Yosys 2019.12.11

recording-2021-11-04-232833

Installation

This plugin for work requires Yosys, install it in your system.

To install the plugin in micro editor, add to the configuration file:

micro ~/.config/micro/settings.json
"pluginrepos": ["https://raw.githubusercontent.com/MuratovAS/micro-yosyslint/main/repo.json"],

Installing the plugin in micro editor

micro -plugin install yosyslint

Known bugs

  • The plugin reports an ERROR in the code, but does not report a WARNING.