代码搜索:hardwired
找到约 175 项符合「hardwired」的源代码
代码结果 175
www.eeworm.com/read/452945/7428966
v regfile.v
//Implementation of Register File 32-bit
module regfile (input clk,
input we3,
input [4:0] ra1, ra2, wa3,
input [31:0] wd3,
output reg [31:0] rd1, rd2);
reg [31:0] rf[31:0];
// three ported register
www.eeworm.com/read/287415/8687120
c who1bot.c
/*
* show info()
* displays contents of the utmp struct in human readable form
* *note* these sizes should not be hardwired
*/
show_info( struct utmp *utbufp )
{
printf("%-8.8s", utbufp->ut_name
www.eeworm.com/read/380481/9145721
c who1bot.c
/*
* show info()
* displays contents of the utmp struct in human readable form
* *note* these sizes should not be hardwired
*/
show_info( struct utmp *utbufp )
{
printf("%-8.8s", utbufp->ut_name
www.eeworm.com/read/399161/7885248
c who1bot.c
/*
* show info()
* displays contents of the utmp struct in human readable form
* *note* these sizes should not be hardwired
*/
show_info( struct utmp *utbufp )
{
printf("%-8.8s", utbufp->ut_name
www.eeworm.com/read/241361/13152530
c who1bot.c
/*
* show info()
* displays contents of the utmp struct in human readable form
* *note* these sizes should not be hardwired
*/
show_info( struct utmp *utbufp )
{
printf("%-8.8s", utbufp->ut_name
www.eeworm.com/read/130781/14174507
c who1bot.c
/*
* show info()
* displays contents of the utmp struct in human readable form
* *note* these sizes should not be hardwired
*/
show_info( struct utmp *utbufp )
{
printf("%-8.8s", utbufp->ut_name
www.eeworm.com/read/315726/3615699
properties keeproot-semantic-override.properties
# Match value hardwired in code, NOT in the input...
override.property.test=foo
www.eeworm.com/read/315726/3615700
properties keeproot-collapse-override.properties
# Match value hardwired in code, NOT in the input...
override.property.test=foo
www.eeworm.com/read/312645/3669443
h plf_sections.h
//==========================================================================
//
// plf_sections.h
//
// V85x layout definitions - hardwired sections
//
//==============================
www.eeworm.com/read/398200/2395646
h plf_sections.h
//==========================================================================
//
// plf_sections.h
//
// V85x layout definitions - hardwired sections
//
//====================================