]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 13:14:34 +0000 (13:14 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 13:14:34 +0000 (13:14 +0000)
lattice/ecp2m/fifo/fifo_36x4k_oreg.lpc
lattice/ecp2m/fifo/fifo_36x4k_oreg.vhd
lattice/ecp3/fifo/fifo_36x4k_oreg.ipx
lattice/ecp3/fifo/fifo_36x4k_oreg.lpc
lattice/ecp3/fifo/fifo_36x4k_oreg.vhd
lattice/ecp3/fifo/fifo_36x4k_oreg_tmpl.vhd
lattice/ecp3/fifo/fifo_36x8k_oreg.vhd
lattice/ecp3/fifo/tb_fifo_36x4k_oreg_tmpl.vhd

index b3cefb806eea6cf327fd4181e8fd78519ffa24dc..f119d829d1e040806b44ea84f251fc9c7677bb95 100644 (file)
@@ -2,7 +2,7 @@
 Family=latticeecp2m
 PartType=LFE2M20E
 PartName=LFE2M20E-5F256C
-SpeedGrade=-5
+SpeedGrade=5
 Package=FPBGA256
 OperatingCondition=COM
 Status=P
@@ -12,12 +12,12 @@ VendorName=Lattice Semiconductor Corporation
 CoreType=LPM
 CoreStatus=Demo
 CoreName=FIFO
-CoreRevision=4.7
+CoreRevision=4.8
 ModuleName=fifo_36x4k_oreg
-SourceFormat=Schematic/VHDL
+SourceFormat=VHDL
 ParameterFileVersion=1.0
-Date=03/31/2010
-Time=11:36:03
+Date=11/27/2012
+Time=17:30:20
 
 [Parameters]
 Verilog=0
@@ -42,3 +42,4 @@ PfAssert=508
 PfDeassert=506
 RDataCount=1
 EnECC=0
+EnFWFT=0
index ef9478cbb1f7be6343e0a81449192c41a14d5943..7df5f90ed924636c847d2128816d1e2901301a01 100644 (file)
@@ -1,8 +1,8 @@
--- VHDL netlist generated by SCUBA ispLever_v8.0_PROD_Build (41)
--- Module  Version: 4.7
---/opt/lattice/ispLEVER8.0/isptools/ispfpga/bin/lin/scuba -w -lang vhdl -synth synplify -bus_exp 7 -bb -arch ep5m00 -type ebfifo -depth 4096 -width 36 -depth 4096 -regout -no_enable -pe -1 -pf 0 -fill -e 
+-- VHDL netlist generated by SCUBA Diamond_1.4_Production (87)
+-- Module  Version: 4.8
+--/d/jspc29/lattice/diamond/1.4.2.105/ispfpga/bin/lin/scuba -w -lang vhdl -synth synplify -bus_exp 7 -bb -arch ep5m00 -type ebfifo -depth 4096 -width 36 -depth 4096 -regout -no_enable -pe -1 -pf 0 -fill -e 
 
--- Wed Mar 31 11:36:04 2010
+-- Tue Nov 27 17:30:20 2012
 
 library IEEE;
 use IEEE.std_logic_1164.all;
@@ -1504,23 +1504,16 @@ begin
         -- synopsys translate_off
         generic map (GSR=> "ENABLED")
         -- synopsys translate_on
-        port map (D=>rptr_11, SP=>rden_i, CK=>Clock, CD=>scuba_vlo, 
+        port map (D=>rptr_11, SP=>scuba_vhi, CK=>Clock, CD=>scuba_vlo, 
             Q=>rptr_11_ff);
 
---    FF_14: FD1P3DX
---        -- synopsys translate_off
---        generic map (GSR=> "ENABLED")
---        -- synopsys translate_on
---        port map (D=>rptr_11_ff, SP=>rden_i, CK=>Clock, CD=>scuba_vlo, 
---            Q=>rptr_11_ff2);
     FF_14: FD1P3DX
         -- synopsys translate_off
         generic map (GSR=> "ENABLED")
         -- synopsys translate_on
-        port map (D=>rptr_11_ff, SP=>'1', CK=>Clock, CD=>scuba_vlo, 
+        port map (D=>rptr_11_ff, SP=>scuba_vhi, CK=>Clock, CD=>scuba_vlo, 
             Q=>rptr_11_ff2);
-            
-            
+
     FF_13: FD1S3DX
         -- synopsys translate_off
         generic map (GSR=> "ENABLED")
@@ -1782,7 +1775,6 @@ begin
         port map (CI=>co5_4, PC0=>rcount_12, PC1=>scuba_vlo, CO=>co6_2, 
             NC0=>ircount_12, NC1=>open);
 
---output mux
     mux_35: MUX21
         port map (D0=>mdout1_0_0, D1=>mdout1_1_0, SD=>rptr_11_ff2, 
             Z=>Q(0));
@@ -1927,7 +1919,6 @@ begin
         port map (D0=>mdout1_0_35, D1=>mdout1_1_35, SD=>rptr_11_ff2, 
             Z=>Q(35));
 
---wcount - rptr
     wcnt_0: FSUB2B
         port map (A0=>cnt_con, A1=>wcount_0, B0=>cnt_con_inv, B1=>rptr_0, 
             BI=>scuba_vlo, BOUT=>co0_5, S0=>open, S1=>wcnt_sub_0);
@@ -1957,7 +1948,6 @@ begin
             B1=>scuba_vlo, BI=>co5_5, BOUT=>co6_3, S0=>wcnt_sub_11, 
             S1=>wcnt_sub_12);
 
---almost full 
     wcntd: FADD2B
         port map (A0=>scuba_vlo, A1=>scuba_vlo, B0=>scuba_vlo, 
             B1=>scuba_vlo, CI=>co6_3, COUT=>open, S0=>co6_3d, S1=>open);
@@ -2044,4 +2034,4 @@ configuration Structure_CON of fifo_36x4k_oreg is
     end for;
 end Structure_CON;
 
--- synopsys translate_on
\ No newline at end of file
+-- synopsys translate_on
index 06f85926e6daea0c1af4a4d99b7c4892d499f739..288444ce499fda1d0fa6c5da0491fac064b95d3f 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<DiamondModule name="fifo_36x4k_oreg" module="FIFO" VendorName="Lattice Semiconductor Corporation" generator="IPexpress" date="2011 09 12 17:43:24.751" version="4.8" type="Module" synthesis="" source_format="VHDL">
+<DiamondModule name="fifo_36x4k_oreg" module="FIFO" VendorName="Lattice Semiconductor Corporation" generator="IPexpress" date="2012 11 27 19:32:55.004" version="4.8" type="Module" synthesis="" source_format="VHDL">
   <Package>
-               <File name="fifo_36x4k_oreg.lpc" type="lpc" modified="2011 09 12 17:43:23.000"/>
-               <File name="fifo_36x4k_oreg.vhd" type="top_level_vhdl" modified="2011 09 12 17:43:23.000"/>
-               <File name="fifo_36x4k_oreg_tmpl.vhd" type="template_vhdl" modified="2011 09 12 17:43:23.000"/>
-               <File name="tb_fifo_36x4k_oreg_tmpl.vhd" type="testbench_vhdl" modified="2011 09 12 17:43:23.000"/>
+               <File name="fifo_36x4k_oreg.lpc" type="lpc" modified="2012 11 27 19:32:53.000"/>
+               <File name="fifo_36x4k_oreg.vhd" type="top_level_vhdl" modified="2012 11 27 19:32:53.000"/>
+               <File name="fifo_36x4k_oreg_tmpl.vhd" type="template_vhdl" modified="2012 11 27 19:32:53.000"/>
+               <File name="tb_fifo_36x4k_oreg_tmpl.vhd" type="testbench_vhdl" modified="2012 11 27 19:32:53.000"/>
   </Package>
 </DiamondModule>
index 6fba3b0936cf2708dde7ebd44918040e761d7583..43996ecdcb4b9a5431d2a69bc92b456bf35d3ea4 100644 (file)
@@ -16,8 +16,8 @@ CoreRevision=4.8
 ModuleName=fifo_36x4k_oreg
 SourceFormat=VHDL
 ParameterFileVersion=1.0
-Date=09/12/2011
-Time=17:43:23
+Date=11/27/2012
+Time=19:32:53
 
 [Parameters]
 Verilog=0
index b6d1bb8a67130401c770db01181e1cbb1a253371..fad60473b6cd5dce20b57f902f23e5d89a0f2cf8 100644 (file)
@@ -1,8 +1,8 @@
--- VHDL netlist generated by SCUBA Diamond_1.3_Production (92)
+-- VHDL netlist generated by SCUBA Diamond_1.4_Production (87)
 -- Module  Version: 4.8
---/d/sugar/lattice/diamond/1.3/ispfpga/bin/lin/scuba -w -lang vhdl -synth synplify -bus_exp 7 -bb -arch ep5c00 -type ebfifo -depth 4096 -width 36 -depth 4096 -regout -no_enable -pe -1 -pf 0 -fill -e 
+--/d/jspc29/lattice/diamond/1.4.2.105/ispfpga/bin/lin/scuba -w -lang vhdl -synth synplify -bus_exp 7 -bb -arch ep5c00 -type ebfifo -depth 4096 -width 36 -depth 4096 -regout -no_enable -pe -1 -pf 0 -fill -e 
 
--- Mon Sep 12 17:43:23 2011
+-- Tue Nov 27 19:32:53 2012
 
 library IEEE;
 use IEEE.std_logic_1164.all;
index caf683e02e5c3a303f72d6d794715eb8d916fdeb..0f599d59fa9f83fc05c93929b9ff420cb12061de 100644 (file)
@@ -1,6 +1,6 @@
--- VHDL module instantiation generated by SCUBA Diamond_1.3_Production (92)
+-- VHDL module instantiation generated by SCUBA Diamond_1.4_Production (87)
 -- Module  Version: 4.8
--- Mon Sep 12 17:43:23 2011
+-- Tue Nov 27 19:32:53 2012
 
 -- parameterized module component declaration
 component fifo_36x4k_oreg
index bad31a7f0983d517d01dcae86bdaa737af40d4b9..33231369320b2559daeb7f1cf9986b1e441a4a95 100644 (file)
@@ -1638,11 +1638,11 @@ begin
             Q=>rptr_12_ff);
 
     FF_16: FD1P3DX
-        port map (D=>rptr_11_ff, SP=>rden_i, CK=>Clock, CD=>scuba_vlo, 
+        port map (D=>rptr_11_ff, SP=>'1', CK=>Clock, CD=>scuba_vlo, 
             Q=>rptr_11_ff2);
 
     FF_15: FD1P3DX
-        port map (D=>rptr_12_ff, SP=>rden_i, CK=>Clock, CD=>scuba_vlo, 
+        port map (D=>rptr_12_ff, SP=>'1', CK=>Clock, CD=>scuba_vlo, 
             Q=>rptr_12_ff2);
 
     FF_14: FD1S3DX
index fb8a09307c6ee19cbe2cb384f2f12c7d5bd64436..728ee303406ec27e8ebca51c0991d50802ad9eeb 100644 (file)
@@ -1,4 +1,4 @@
--- VHDL testbench template generated by SCUBA Diamond_1.3_Production (92)
+-- VHDL testbench template generated by SCUBA Diamond_1.4_Production (87)
 library IEEE;
 use IEEE.std_logic_1164.all;
 use IEEE.std_logic_unsigned.all;