mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 17:40:41 +00:00
Добавление кредитов в исходники
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# Project Name : Architectures of Processor Systems (APS) lab work
|
||||
# Organization : National Research University of Electronic Technology (MIET)
|
||||
# Department : Institute of Microdevices and Control Systems
|
||||
# Author(s) : Andrei Solodovnikov
|
||||
# Email(s) : hepoh@org.miet.ru
|
||||
#
|
||||
# See https://github.com/MPSU/APS/blob/master/LICENSE file for licensing details.
|
||||
# ------------------------------------------------------------------------------
|
||||
#
|
||||
import argparse
|
||||
import serial
|
||||
|
||||
|
@@ -1,14 +1,13 @@
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
// Company: MIET
|
||||
// Engineer: Solodovnikov Andrei
|
||||
|
||||
// Module Name: tb_blaster
|
||||
// Project Name: RISCV_practicum
|
||||
// Target Devices: Nexys A7-100T
|
||||
// Description: tb for programming device
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Project Name : Architectures of Processor Systems (APS) lab work
|
||||
* Organization : National Research University of Electronic Technology (MIET)
|
||||
* Department : Institute of Microdevices and Control Systems
|
||||
* Author(s) : Andrei Solodovnikov
|
||||
* Email(s) : hepoh@org.miet.ru
|
||||
|
||||
See https://github.com/MPSU/APS/blob/master/LICENSE file for licensing details.
|
||||
* ------------------------------------------------------------------------------
|
||||
*/
|
||||
module tb_blaster();
|
||||
|
||||
logic clk_i;
|
||||
|
@@ -1,14 +1,13 @@
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
// Company: MIET
|
||||
// Engineer: Solodovnikov Andrei
|
||||
|
||||
// Module Name: tb_top_asic
|
||||
// Project Name: RISCV_practicum
|
||||
// Target Devices: Nexys A7-100T
|
||||
// Description: tb for top level entity
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Project Name : Architectures of Processor Systems (APS) lab work
|
||||
* Organization : National Research University of Electronic Technology (MIET)
|
||||
* Department : Institute of Microdevices and Control Systems
|
||||
* Author(s) : Andrei Solodovnikov
|
||||
* Email(s) : hepoh@org.miet.ru
|
||||
|
||||
See https://github.com/MPSU/APS/blob/master/LICENSE file for licensing details.
|
||||
* ------------------------------------------------------------------------------
|
||||
*/
|
||||
module tb_top_asic();
|
||||
|
||||
logic clk10mhz_i;
|
||||
|
Reference in New Issue
Block a user