Compare commits
2 Commits
0d26c42f8a
...
1d7bc19965
Author | SHA1 | Date | |
---|---|---|---|
1d7bc19965
|
|||
175bf4882a
|
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@@ -2,5 +2,14 @@
|
|||||||
"python.envFile": "${workspaceFolder}/.env",
|
"python.envFile": "${workspaceFolder}/.env",
|
||||||
"python.analysis.extraPaths": [
|
"python.analysis.extraPaths": [
|
||||||
"src"
|
"src"
|
||||||
]
|
],
|
||||||
|
"workbench.colorCustomizations": {
|
||||||
|
"activityBar.activeBackground": "#8dc4ff",
|
||||||
|
"activityBar.background": "#8dc4ff",
|
||||||
|
"activityBar.foreground": "#15202b",
|
||||||
|
"activityBar.inactiveForeground": "#15202b99",
|
||||||
|
"activityBarBadge.background": "#ff007b",
|
||||||
|
"activityBarBadge.foreground": "#e7e7e7"
|
||||||
|
},
|
||||||
|
"peacock.color": "#5aaaff"
|
||||||
}
|
}
|
@@ -1,27 +1,23 @@
|
|||||||
name: VGA
|
name:
|
||||||
topmodule: VGA_Test
|
topmodule:
|
||||||
target_device: xc3s1200e-4-fg320
|
target_device: xc3s1200e-4-fg320
|
||||||
xilinx_path: /opt/Xilinx/14.7/ISE_DS/ISE
|
xilinx_path: /opt/Xilinx/14.7/ISE_DS/ISE
|
||||||
|
|
||||||
|
constraints:
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
vhdl:
|
vhdl:
|
||||||
- path: src/*.vhd
|
- path: src/*.vhd
|
||||||
library: work
|
library: work
|
||||||
|
|
||||||
verilog: []
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- git: "https://git.0xmax42.io/maxp/Asynchronous-FIFO-AXI-Handshake.git"
|
|
||||||
rev: "hdlbuild"
|
|
||||||
|
|
||||||
testbenches:
|
testbenches:
|
||||||
vhdl:
|
vhdl:
|
||||||
- path: tests/*.vhd
|
- path: tests/*.vhd
|
||||||
library: work
|
library: work
|
||||||
|
|
||||||
verilog: []
|
dependencies:
|
||||||
|
# - git: "https://git.0xmax42.io/maxp/Asynchronous-FIFO-AXI-Handshake.git"
|
||||||
constraints: src/VGA_test.ucf
|
# rev: "hdlbuild"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
build_dir: working
|
build_dir: working
|
||||||
@@ -39,7 +35,8 @@ tool_options:
|
|||||||
map:
|
map:
|
||||||
- "-detail"
|
- "-detail"
|
||||||
- "-timing"
|
- "-timing"
|
||||||
- "-ol high"
|
- "-ol"
|
||||||
|
- "high"
|
||||||
|
|
||||||
par: []
|
par: []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user