代码搜索:RISC

找到约 3,488 项符合「RISC」的源代码

代码结果 3,488
www.eeworm.com/read/165522/10058722

vhd edata_reg_risc_selectunit.vhd

LIBRARY ieee; use ieee.std_logic_1164.all; use ieee.std_logic_misc.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity EDATA_REG_RISC_SelectUnit is port ( RESET_L
www.eeworm.com/read/366291/7068142

bak test_risc_spm.v.bak

module test_RISC_SPM (); reg rst; wire clk; parameter word_size = 16; reg [8: 0] k; Clock_Unit M1 (clk); RISC_SPM M2 (clk, rst); // define probes wire [word_size-1: 0] word0, word1, wor
www.eeworm.com/read/241378/13148326

txt risc8_asm_pl.txt

#! /usr/local/bin/perl5 #------------------------------------------------------------------------------- # # (C) COPYRIGHT 2000 S.Aravindhan # # This program is free software; you can redis
www.eeworm.com/read/241378/13148330

scr risc8_dc_compile.scr

/*----------------------------------------------------------------------------- // Author : S.Aravindhan // File : risc8_dc_compile.scr // Version : 1.0 // Abstract : design compiler script
www.eeworm.com/read/241378/13148339

v risc8_regb_biu.v

//----------------------------------------------------------------------------- // (C) COPYRIGHT 2000 S.Aravindhan // // This program is free software; you can redistribute it and/or //
www.eeworm.com/read/148609/5713675

s pa-risc2w.s

; ; PA-RISC 64-bit implementation of bn_asm code ; ; This code is approximately 2x faster than the C version ; for RSA/DSA. ; ; See http://devresource.hp.com/ for more details on the PA-RISC ; archit
www.eeworm.com/read/126641/6014727

old pa-risc2.s.old

.SPACE $PRIVATE$ .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82 .SPACE $TEXT$ .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44 .SUBSPA $CODE$,QUAD=0,ALIGN=8,AC
www.eeworm.com/read/126641/6014735

s pa-risc2w.s

; ; PA-RISC 64-bit implementation of bn_asm code ; ; This code is approximately 2x faster than the C version ; for RSA/DSA. ; ; See http://devresource.hp.com/ for more details on the PA-RISC ; archit