Copyright-notice added

This commit is contained in:
MHeinrichs 2014-05-16 20:28:35 +02:00
parent 3f0e99e010
commit fc950b7a08
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-- Copyright: Matthias Heinrichs 2014
-- Free for non-comercial use
-- No warranty just for fun
-- I you want to earn money with this code, ask me first!
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;

View File

@ -124389,3 +124389,19 @@ if [runCmd "\"$cpld_bin/synsvf\" -exe \"$install_dir/ispvmsystem/ispufw\" -prj 6
########## Tcl recorder end at 05/16/14 17:07:02 ###########
########## Tcl recorder starts at 05/16/14 20:27:52 ##########
# Commands to make the Process:
# Hierarchy
if [runCmd "\"$cpld_bin/vhd2jhd\" 68030-68000-bus.vhd -o 68030-68000-bus.jhd -m \"$install_dir/ispcpld/generic/lib/vhd/location.map\" -p \"$install_dir/ispcpld/generic/lib\""] {
return
} else {
vwait done
if [checkResult $done] {
return
}
}
########## Tcl recorder end at 05/16/14 20:27:52 ###########

View File

@ -1 +0,0 @@
Need not generate svf file according to the constraints, exit