diff options
author | Nao Pross <naopross@thearcway.org> | 2017-06-16 15:25:54 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-06-16 15:25:54 +0200 |
commit | 6105426e159a55cfb15fee3e999bb4fcf6289446 (patch) | |
tree | 658b62ff706fcd81674901bc4bfd4dbb9667ebdd /sw/cpld_test/syntmp/run_option.xml | |
parent | fixed typo in usart.h and in doc (diff) | |
download | z80uPC-6105426e159a55cfb15fee3e999bb4fcf6289446.tar.gz z80uPC-6105426e159a55cfb15fee3e999bb4fcf6289446.zip |
new components list and cpld test unit
Diffstat (limited to 'sw/cpld_test/syntmp/run_option.xml')
-rw-r--r-- | sw/cpld_test/syntmp/run_option.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sw/cpld_test/syntmp/run_option.xml b/sw/cpld_test/syntmp/run_option.xml new file mode 100644 index 0000000..365c522 --- /dev/null +++ b/sw/cpld_test/syntmp/run_option.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Synopsys, Inc. + Version I-2014.03LC + Project file \\nas001\account_pif\_prossn\samb_3\lab3\projects\z80upc\sw\cpld_test\syntmp\run_option.xml + Written on Thu Jun 01 13:51:51 2017 + + +--> +<project_attribute_list name="Project Settings"> + <option name="project_name" display_name="Project Name">cpld_test</option> + <option name="impl_name" display_name="Implementation Name">cpld_test</option> + <option name="top_module" display_name="Top Module">cpld_test</option> + <option name="resource_sharing" display_name="Resource Sharing">1</option> + <option name="disable_io_insertion" display_name="Disable I/O Insertion">0</option> + <option name="symbolic_fsm_compiler" display_name="FSM Compiler">1</option> +</project_attribute_list> + |