From 9ff3e8947f5d6f1c9fd07d7d3abab79269cd6f41 Mon Sep 17 00:00:00 2001 From: juzeon <812312770@qq.com> Date: Mon, 7 Mar 2022 09:53:45 +0800 Subject: [PATCH] README --- 38_decoder/38_decoder.qws | 14 ++++++++++++++ 38_decoder/db/38_decoder.tmw_info | 6 ++++++ README.md | 10 +++++++++- data_selector/data_selector.qws | 10 ---------- 4 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 38_decoder/38_decoder.qws create mode 100644 38_decoder/db/38_decoder.tmw_info diff --git a/38_decoder/38_decoder.qws b/38_decoder/38_decoder.qws new file mode 100644 index 0000000..4e30f11 --- /dev/null +++ b/38_decoder/38_decoder.qws @@ -0,0 +1,14 @@ +[ProjectWorkspace] +ptn_Child1=Frames +[ProjectWorkspace.Frames] +ptn_Child1=ChildFrames +[ProjectWorkspace.Frames.ChildFrames] +ptn_Child1=Document-0 +[ProjectWorkspace.Frames.ChildFrames.Document-0] +ptn_Child1=ViewFrame-0 +[ProjectWorkspace.Frames.ChildFrames.Document-0.ViewFrame-0] +DocPathName=38_decoder.bdf +DocumentCLSID={7b19e8f2-2bbe-11d1-a082-0020affa5bde} +IsChildFrameDetached=False +IsActiveChildFrame=True +ptn_Child1=StateMap diff --git a/38_decoder/db/38_decoder.tmw_info b/38_decoder/db/38_decoder.tmw_info new file mode 100644 index 0000000..15a6255 --- /dev/null +++ b/38_decoder/db/38_decoder.tmw_info @@ -0,0 +1,6 @@ +start_full_compilation:s:00:00:05 +start_analysis_synthesis:s:00:00:01-start_full_compilation +start_analysis_elaboration:s-start_full_compilation +start_fitter:s:00:00:02-start_full_compilation +start_assembler:s:00:00:01-start_full_compilation +start_timing_analyzer:s:00:00:01-start_full_compilation diff --git a/README.md b/README.md index 72d5852..81fe87d 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,12 @@ ### data_selector -8位数据选择器(二选一)。 \ No newline at end of file +8位数据选择器(二选一)。 + +### register_8b + +8位寄存器。 + +### 38_decoder + +3-8译码器。 \ No newline at end of file diff --git a/data_selector/data_selector.qws b/data_selector/data_selector.qws index 42962c6..fc216dc 100644 --- a/data_selector/data_selector.qws +++ b/data_selector/data_selector.qws @@ -2,13 +2,3 @@ ptn_Child1=Frames [ProjectWorkspace.Frames] ptn_Child1=ChildFrames -[ProjectWorkspace.Frames.ChildFrames] -ptn_Child1=Document-0 -[ProjectWorkspace.Frames.ChildFrames.Document-0] -ptn_Child1=ViewFrame-0 -[ProjectWorkspace.Frames.ChildFrames.Document-0.ViewFrame-0] -DocPathName=data_selector.bdf -DocumentCLSID={7b19e8f2-2bbe-11d1-a082-0020affa5bde} -IsChildFrameDetached=False -IsActiveChildFrame=True -ptn_Child1=StateMap