Skip to content

Commit

Permalink
More initial
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRudy committed Jan 19, 2020
1 parent 96f0ce0 commit c8abe3f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 70 deletions.
14 changes: 7 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
* text=auto
* text=auto

.gitattributes text
.gitignore text
.editorconfig text
.gitattributes text
.gitignore text
.editorconfig text

.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
4 changes: 4 additions & 0 deletions scripts/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4

[*.json]
indent_style = space
indent_size = 2
72 changes: 9 additions & 63 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,69 +3,15 @@
"version": "0.9.0",
"description": "Generates and Validates the IceChips source files",
"keywords": [
"74",
"74x",
"74xx",
"7400",
"TTL",
"HC",
"HCT",
"74HC",
"74LS",
"4000",
"4000 Series",
"CMOS",
"ECL",
"Verilog",
"iverilog",
"Icarus",
"Icestorm",
"Icestudio",
"Simulate",
"Simulation",
"Model",
"Behavioural Model",
"Design",
"EDA",
"EDA Tool",
"Free EDA",
"Open Source",
"FOSS",
"Verilog Components",
"Verilog Module",
"Validated",
"Verified",
"Collection",
"Library",
"Cell Library",
"Circuit Library",
"Logic Family",
"Discrete Logic",
"Glue Logic",
"Logic Circuit",
"ALU",
"Arithmetic Logic Unit",
"SSI",
"MSI",
"IC",
"Chip",
"Device",
"Hardware",
"RTL",
"FPGA",
"FPGAwars",
"IP",
"IP Core",
"IP Design",
"Verification IP",
"Test Bench",
"Synthesis",
"Yosys",
"Verilator",
"HDL",
"VHDL",
"Gateware",
"OpenCores"
"74", "74x", "74xx", "7400", "74181", "TTL", "HC", "HCT", "74HC", "74LS", "CMOS", "ECL",
"4000", "4000 Series", "Icestudio", "Icestorm", "Verilog", "iverilog", "Icarus", "Simulate",
"Simulation", "Model", "Behavioural Model", "Design", "EDA", "EDA Tool", "Free EDA",
"Open Source", "FOSS EDA", "FOSS Logic", "Verilog Components", "Verilog Module", "Validated",
"Verified", "Collection", "Library", "Cell Library", "Circuit Library", "Logic Family",
"Discrete Logic", "Glue Logic", "Logic Circuit", "ALU", "Arithmetic Logic Unit", "SSI", "MSI",
"IC", "Chip", "Device", "Hardware", "RTL", "FPGA", "FPGAwars", "IP", "IP Core", "IP Design",
"Verification IP", "Test Bench", "Synthesis", "Yosys", "Verilator", "HDL", "VHDL",
"Gateware", "OpenCores"
],
"bugs": "https://github.com/TimRudy/ice-chips-verilog/issues",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit c8abe3f

Please sign in to comment.