-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add compiler support for asm and systemverilog
- Loading branch information
1 parent
f8db0df
commit 91b7d84
Showing
6 changed files
with
145 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"modifications":[{ | ||
"code": "systemverilog", | ||
"compability": "systemverilog", | ||
"language": "systemverilog", | ||
"icon": "langicon-verilog", | ||
"display": "SystemVerilog 2012", | ||
"method": "add" | ||
}, { | ||
"code": "asm32", | ||
"compability": "asm", | ||
"language": "asm", | ||
"icon": "langicon-assembly", | ||
"display": "ASM (nasm 32bit)", | ||
"method": "add" | ||
}, { | ||
"code": "asm64", | ||
"compability": "asm", | ||
"language": "asm", | ||
"icon": "langicon-assembly", | ||
"display": "ASM (nasm 64bit)", | ||
"method": "add" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.