-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6dffb8
commit 6caeaf3
Showing
76 changed files
with
4,794 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
`timescale 1ns / 1ps | ||
////////////////////////////////////////////////////////////////////////////////// | ||
// Company: | ||
// Engineer: | ||
// | ||
// Create Date: 23:18:37 02/24/2013 | ||
// Design Name: | ||
// Module Name: Mux | ||
// Project Name: | ||
// Target Devices: | ||
// Tool versions: | ||
// Description: | ||
// | ||
// Dependencies: | ||
// | ||
// Revision: | ||
// Revision 0.01 - File Created | ||
// Additional Comments: | ||
// | ||
////////////////////////////////////////////////////////////////////////////////// | ||
module mux( | ||
input [10:0] incremento, | ||
input [10:0] salto, | ||
input sel, | ||
output [10:0] value | ||
); | ||
|
||
reg [10:0] aux; | ||
|
||
always @(*) | ||
begin | ||
case (sel) | ||
0: | ||
aux = incremento; | ||
1: | ||
aux = salto; | ||
endcase | ||
end | ||
|
||
assign value = aux; | ||
|
||
endmodule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<HTML><HEAD><TITLE>Xilinx Design Summary</TITLE></HEAD> | ||
<BODY TEXT='#000000' BGCOLOR='#FFFFFF' LINK='#0000EE' VLINK='#551A8B' ALINK='#FF0000'> | ||
<TABLE BORDER CELLSPACING=0 CELLPADDING=3 WIDTH='100%'> | ||
<TR ALIGN=CENTER BGCOLOR='#99CCFF'> | ||
<TD ALIGN=CENTER COLSPAN='4'><B>Mux Project Status</B></TD></TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Project File:</B></TD> | ||
<TD>TrabajoFinal.xise</TD> | ||
<TD BGCOLOR='#FFFF99'><b>Parser Errors:</b></TD> | ||
<TD> No Errors </TD> | ||
</TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Module Name:</B></TD> | ||
<TD>Mux</TD> | ||
<TD BGCOLOR='#FFFF99'><B>Implementation State:</B></TD> | ||
<TD>New</TD> | ||
</TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Target Device:</B></TD> | ||
<TD>xc3s100e-5cp132</TD> | ||
<TD BGCOLOR='#FFFF99'><UL><LI><B>Errors:</B></LI></UL></TD> | ||
<TD> </TD> | ||
</TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Product Version:</B></TD><TD>ISE 14.2</TD> | ||
<TD BGCOLOR='#FFFF99'><UL><LI><B>Warnings:</B></LI></UL></TD> | ||
<TD> </TD> | ||
</TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Design Goal:</B></dif></TD> | ||
<TD>Balanced</TD> | ||
<TD BGCOLOR='#FFFF99'><UL><LI><B>Routing Results:</B></LI></UL></TD> | ||
<TD> | ||
</TD> | ||
</TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Design Strategy:</B></dif></TD> | ||
<TD><A HREF_DISABLED='Xilinx Default (unlocked)?&DataKey=Strategy'>Xilinx Default (unlocked)</A></TD> | ||
<TD BGCOLOR='#FFFF99'><UL><LI><B>Timing Constraints:</B></LI></UL></TD> | ||
<TD> </TD> | ||
</TR> | ||
<TR ALIGN=LEFT> | ||
<TD BGCOLOR='#FFFF99'><B>Environment:</B></dif></TD> | ||
<TD> </TD> | ||
<TD BGCOLOR='#FFFF99'><UL><LI><B>Final Timing Score:</B></LI></UL></TD> | ||
<TD> </TD> | ||
</TR> | ||
</TABLE> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<BR><TABLE BORDER CELLSPACING=0 CELLPADDING=3 WIDTH='100%'> | ||
<TR ALIGN=CENTER BGCOLOR='#99CCFF'><TD ALIGN=CENTER COLSPAN='6'><B>Detailed Reports</B></TD><TD ALIGN=RIGHT WIDTH='10%'COLSPAN=1> <A HREF_DISABLED="?&ExpandedTable=DetailedReports"><B>[-]</B></a></TD></TR> | ||
<TR BGCOLOR='#FFFF99'><TD><B>Report Name</B></TD><TD><B>Status</B></TD><TD><B>Generated</B></TD> | ||
<TD ALIGN=LEFT><B>Errors</B></TD><TD ALIGN=LEFT><B>Warnings</B></TD><TD ALIGN=LEFT COLSPAN='2'><B>Infos</B></TD></TR> | ||
<TR ALIGN=LEFT><TD>Synthesis Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
<TR ALIGN=LEFT><TD>Translation Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
<TR ALIGN=LEFT><TD>Map Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
<TR ALIGN=LEFT><TD>Place and Route Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
<TR ALIGN=LEFT><TD>Power Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
<TR ALIGN=LEFT><TD>Post-PAR Static Timing Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
<TR ALIGN=LEFT><TD>Bitgen Report</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD COLSPAN='2'> </TD></TR> | ||
</TABLE> | ||
<BR><TABLE BORDER CELLSPACING=0 CELLPADDING=3 WIDTH='100%'> | ||
<TR ALIGN=CENTER BGCOLOR='#99CCFF'><TD ALIGN=CENTER COLSPAN='3'><B>Secondary Reports</B></TD><TD ALIGN=RIGHT WIDTH='10%'COLSPAN=1> <A HREF_DISABLED="?&ExpandedTable=SecondaryReports"><B>[-]</B></a></TD></TR> | ||
<TR BGCOLOR='#FFFF99'><TD><B>Report Name</B></TD><TD><B>Status</B></TD><TD COLSPAN='2'><B>Generated</B></TD></TR> | ||
</TABLE> | ||
|
||
|
||
<br><center><b>Date Generated:</b> 02/24/2013 - 23:25:04</center> | ||
</BODY></HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | ||
<generated_project xmlns="http://www.xilinx.com/XMLSchema" xmlns:xil_pn="http://www.xilinx.com/XMLSchema"> | ||
|
||
<!-- --> | ||
|
||
<!-- For tool use only. Do not edit. --> | ||
|
||
<!-- --> | ||
|
||
<!-- ProjectNavigator created generated project file. --> | ||
|
||
<!-- For use in tracking generated file and other information --> | ||
|
||
<!-- allowing preservation of process status. --> | ||
|
||
<!-- --> | ||
|
||
<!-- Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved. --> | ||
|
||
<version xmlns="http://www.xilinx.com/XMLSchema">11.1</version> | ||
|
||
<sourceproject xmlns="http://www.xilinx.com/XMLSchema" xil_pn:fileType="FILE_XISE" xil_pn:name="TrabajoFinal.xise"/> | ||
|
||
<files xmlns="http://www.xilinx.com/XMLSchema"> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_LSO" xil_pn:name=".lso"/> | ||
<file xil_pn:fileType="FILE_XMSGS" xil_pn:name="_xmsgs/xst.xmsgs"/> | ||
<file xil_pn:fileType="FILE_VERILOG_INSTTEMPLATE" xil_pn:name="ex_mem_reg.tfi"/> | ||
<file xil_pn:fileType="FILE_XST_PROJECT" xil_pn:name="execute.prj"/> | ||
<file xil_pn:fileType="FILE_XST_STX" xil_pn:name="execute.stx"/> | ||
<file xil_pn:fileType="FILE_XST" xil_pn:name="execute.xst"/> | ||
<file xil_pn:fileType="FILE_VERILOG_INSTTEMPLATE" xil_pn:name="fowarding_unit.tfi"/> | ||
<file xil_pn:fileType="FILE_CMD_LOG" xil_pn:name="memory_access.cmd_log"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_LSO" xil_pn:name="memory_access.lso"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_NGC" xil_pn:name="memory_access.ngc"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_NGR" xil_pn:name="memory_access.ngr"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_XST_PROJECT" xil_pn:name="memory_access.prj"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_XST_STX" xil_pn:name="memory_access.stx"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_XST_REPORT" xil_pn:name="memory_access.syr"/> | ||
<file xil_pn:branch="Implementation" xil_pn:fileType="FILE_XST" xil_pn:name="memory_access.xst"/> | ||
<file xil_pn:fileType="FILE_HTML" xil_pn:name="memory_access_envsettings.html"/> | ||
<file xil_pn:fileType="FILE_HTML" xil_pn:name="memory_access_summary.html"/> | ||
<file xil_pn:fileType="FILE_XRPT" xil_pn:name="memory_access_xst.xrpt"/> | ||
<file xil_pn:fileType="FILE_VERILOG_INSTTEMPLATE" xil_pn:name="mux_2.tfi"/> | ||
<file xil_pn:fileType="FILE_VERILOG_INSTTEMPLATE" xil_pn:name="mux_3.tfi"/> | ||
<file xil_pn:fileType="FILE_XST_PROJECT" xil_pn:name="mux_ex.prj"/> | ||
<file xil_pn:fileType="FILE_XST_STX" xil_pn:name="mux_ex.stx"/> | ||
<file xil_pn:fileType="FILE_XST" xil_pn:name="mux_ex.xst"/> | ||
<file xil_pn:fileType="FILE_XST_PROJECT" xil_pn:name="mux_ex_3.prj"/> | ||
<file xil_pn:fileType="FILE_XST_STX" xil_pn:name="mux_ex_3.stx"/> | ||
<file xil_pn:fileType="FILE_XST" xil_pn:name="mux_ex_3.xst"/> | ||
<file xil_pn:fileType="FILE_FITTER_REPORT" xil_pn:name="webtalk_pn.xml"/> | ||
<file xil_pn:fileType="FILE_DIRECTORY" xil_pn:name="xst"/> | ||
</files> | ||
|
||
<transforms xmlns="http://www.xilinx.com/XMLSchema"> | ||
<transform xil_pn:end_ts="1361808133" xil_pn:name="TRAN_schematicsToHdl" xil_pn:prop_ck="4389030346129454339" xil_pn:start_ts="1361808133"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
</transform> | ||
<transform xil_pn:end_ts="1361808133" xil_pn:name="TRAN_regenerateCores" xil_pn:prop_ck="-2411795159936788051" xil_pn:start_ts="1361808133"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
</transform> | ||
<transform xil_pn:end_ts="1361808133" xil_pn:name="TRAN_SubProjectAbstractToPreProxy" xil_pn:start_ts="1361808133"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
</transform> | ||
<transform xil_pn:end_ts="1361808133" xil_pn:name="TRAN_xawsTohdl" xil_pn:prop_ck="-6045845182765005695" xil_pn:start_ts="1361808133"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
</transform> | ||
<transform xil_pn:end_ts="1361808133" xil_pn:name="TRAN_SubProjectPreToStructuralProxy" xil_pn:prop_ck="2988080280822507185" xil_pn:start_ts="1361808133"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
</transform> | ||
<transform xil_pn:end_ts="1361808133" xil_pn:name="TRAN_platgen" xil_pn:prop_ck="-252051633211052809" xil_pn:start_ts="1361808133"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
</transform> | ||
<transform xil_pn:end_ts="1364342895" xil_pn:in_ck="7261588993577599462" xil_pn:name="TRANEXT_xstsynthesize_spartan3e" xil_pn:prop_ck="-7766238825477609856" xil_pn:start_ts="1364342878"> | ||
<status xil_pn:value="SuccessfullyRun"/> | ||
<status xil_pn:value="WarningsGenerated"/> | ||
<status xil_pn:value="ReadyToRun"/> | ||
<outfile xil_pn:name=".lso"/> | ||
<outfile xil_pn:name="_xmsgs/xst.xmsgs"/> | ||
<outfile xil_pn:name="memory_access.lso"/> | ||
<outfile xil_pn:name="memory_access.ngc"/> | ||
<outfile xil_pn:name="memory_access.ngr"/> | ||
<outfile xil_pn:name="memory_access.prj"/> | ||
<outfile xil_pn:name="memory_access.stx"/> | ||
<outfile xil_pn:name="memory_access.syr"/> | ||
<outfile xil_pn:name="memory_access.xst"/> | ||
<outfile xil_pn:name="memory_access_xst.xrpt"/> | ||
<outfile xil_pn:name="webtalk_pn.xml"/> | ||
<outfile xil_pn:name="xst"/> | ||
</transform> | ||
</transforms> | ||
|
||
</generated_project> |
Oops, something went wrong.