-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdfs.ptf
34 lines (34 loc) · 875 Bytes
/
dfs.ptf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SYSTEM dfs
{
WIZARD_SCRIPT_ARGUMENTS
{
device_family = "CYCLONEII";
clock_freq = "50000000";
generate_hdl = "1";
generate_sdk = "1";
do_build_sim = "1";
hardcopy_compatible = "0";
board_class = "";
CLOCKS
{
CLOCK clk
{
frequency = "50000000";
source = "External";
display_name = "clk";
Is_Clock_Source = "0";
}
}
hdl_language = "vhdl";
device_family_id = "CYCLONEII";
view_master_columns = "1";
view_master_priorities = "0";
name_column_width = "192";
desc_column_width = "192";
bustype_column_width = "0";
base_column_width = "78";
clock_column_width = "74";
end_column_width = "78";
view_frame_window = "128:128:1024:768";
}
}