text stringlengths 0 834k |
|---|
/* USER CODE BEGIN (1) */ |
/* USER CODE END */ |
/*----------------------------------------------------------------------------*/ |
/* Memory Map */ |
MEMORY |
{ |
/* USER CODE BEGIN (2) */ |
/* USER CODE END */ |
VECTORS (X) : origin=0x00000000 length=0x00000020 |
FLASH0 (RX) : origin=0x00000020 length=0x001FFFE0 |
FLASH1 (RX) : origin=0x00200000 length=0x00200000 |
STACKS (RW) : origin=0x08000000 length=0x00001500 |
RAM (RW) : origin=0x08001500 length=0x0007EB00 |
/* USER CODE BEGIN (3) */ |
/* USER CODE END */ |
} |
/* USER CODE BEGIN (4) */ |
/* USER CODE END */ |
/*----------------------------------------------------------------------------*/ |
/* Section Configuration */ |
SECTIONS |
{ |
/* USER CODE BEGIN (5) */ |
/* USER CODE END */ |
.intvecs : {} > VECTORS |
.text align(8) : {} > FLASH0 | FLASH1 |
.const align(8) : {} > FLASH0 | FLASH1 |
.cinit align(8) : {} > FLASH0 | FLASH1 |
.pinit align(8) : {} > FLASH0 | FLASH1 |
.bss : {} > RAM |
.data : {} > RAM |
.sysmem : {} > RAM |
/* USER CODE BEGIN (6) */ |
/* USER CODE END */ |
} |
/* USER CODE BEGIN (7) */ |
/* USER CODE END */ |
/*----------------------------------------------------------------------------*/ |
/* Misc */ |
/* USER CODE BEGIN (8) */ |
/* USER CODE END */ |
/*----------------------------------------------------------------------------*/ |
",32.1805555556,81,0.2917565818 |
219404,d2e48b946edbaa28555ec4bb088bf959bc7702f8,107,bat,Batchfile,JJ.TryThingsOut.MonoToJava/External Components/Mono-3.2.3/bin/svcutil.bat,jjvanzon/JJ.TryOut,15063afd56add73bf197eaee6eb039e39dde0fa8,['MIT'],,,,JJ.TryThingsOut.MonoToJava/External Components/Mono-3.2.3/bin/svcutil.bat,jjvanzon/JJ.TryOut,15063afd56add73bf197eaee6eb039e39dde0fa8,['MIT'],,,,JJ.TryThingsOut.MonoToJava/External Components/Mono-3.2.3/bin/svcutil.bat,jjvanzon/JJ.TryOut,15063afd56add73bf197eaee6eb039e39dde0fa8,['MIT'],,,,"@""C:\PROGRA~2\MONO-3~1.3\bin\mono.exe"" %MONO_OPTIONS% ""C:\PROGRA~2\MONO-3~1.3\lib\mono\4.5\svcutil.exe"" %* |
",53.5,106,0.6635514019 |
219405,d2e49fa262649fc0c62de1a5d59220557602add8,145,cmd,Batchfile,supp_BayesTraits/BayesTraits/BayesTraits_homRates_Script.42.cmd,benjaminmoon/ichthyosaur-macroevolution,314923fb791e988131b6134ccfbdad467bdbb84a,['MIT'],2.0,2020-11-17T00:23:27.000Z,2021-08-05T18:17:57.000Z,supp_BayesTraits/BayesTraits/BayesTraits_homRates_Script.42.cmd,benjaminmoon/ichthyosaur-macroevolution,314923fb791e988131b6134ccfbdad467bdbb84a,['MIT'],2.0,2019-09-30T11:12:46.000Z,2019-12-18T17:52:54.000Z,supp_BayesTraits/BayesTraits/BayesTraits_homRates_Script.42.cmd,benjaminmoon/ichthyosaur-macroevolution,314923fb791e988131b6134ccfbdad467bdbb84a,['MIT'],1.0,2021-08-05T18:17:33.000Z,2021-08-05T18:17:33.000Z,"7 |
2 |
iterations 220000000 |
sample 10000 |
burnin 20000000 |
stones 100 1000 |
Logfile ichthyosaur.pca.scores.pruned.txt.homogeneous.42.log.txt |
Info |
Run |
",13.1818181818,64,0.8344827586 |
219406,d2e4b1f9398e99b8e9f72cc53f338537da3bdf92,1078,bat,Batchfile,Labs/03-vivado/Mux/Mux.sim/sim_1/behav/xsim/elaborate.bat,xkocum00/Digital-electronics-1,02d635cc623091c1f54efdb4047187201a313c72,['MIT'],,,,Labs/03-vivado/Mux/Mux.sim/sim_1/behav/xsim/elaborate.bat,xkocum00/Digital-electronics-1,02d635cc623091c1f54efdb4047187201a313c72,['MIT'],,,,Labs/03-vivado/Mux/Mux.sim/sim_1/behav/xsim/elaborate.bat,xkocum00/Digital-electronics-1,02d635cc623091c1f54efdb4047187201a313c72,['MIT'],,,,"@echo off |
REM **************************************************************************** |
REM Vivado (TM) v2020.2 (64-bit) |
REM |
REM Filename : elaborate.bat |
REM Simulator : Xilinx Vivado Simulator |
REM Description : Script for elaborating the compiled design |
REM |
REM Generated by Vivado on Wed Feb 24 21:21:31 +0100 2021 |
REM SW Build 3064766 on Wed Nov 18 09:12:45 MST 2020 |
REM |
REM Copyright 1986-2020 Xilinx, Inc. All Rights Reserved. |
REM |
REM usage: elaborate.bat |
REM |
REM **************************************************************************** |
REM elaborate design |
echo ""xelab -wto 28e609d488f04b5691e8aabf663e3139 --incr --debug typical --relax --mt 2 -L xil_defaultlib -L secureip --snapshot tb_mux_2bit_4to1_behav xil_defaultlib.tb_mux_2bit_4to1 -log elaborate.log"" |
call xelab -wto 28e609d488f04b5691e8aabf663e3139 --incr --debug typical --relax --mt 2 -L xil_defaultlib -L secureip --snapshot tb_mux_2bit_4to1_behav xil_defaultlib.tb_mux_2bit_4to1 -log elaborate.log |
if ""%errorlevel%""==""0"" goto SUCCESS |
if ""%errorlevel%""==""1"" goto END |
:END |
exit 1 |
:SUCCESS |
exit 0 |
",41.4615384615,203,0.6706864564 |
219407,d2e4c3ceceb1354b0553bbcc99953d28b0855121,106,bat,Batchfile,2021-02-15 console log only in dev/aspnet/publish.bat,jtenos/60-second-dev,24f3e73cc57d137a699daa0e249b426a552bd1d5,['CC0-1.0'],2.0,2021-07-08T15:45:18.000Z,2021-08-15T13:48:27.000Z,2021-02-15 console log only in dev/aspnet/publish.bat,jtenos/60-second-dev,24f3e73cc57d137a699daa0e249b426a552bd1d5,['CC0-1.0'],,,,2021-02-15 console log only in dev/aspnet/publish.bat,jtenos/60-second-dev,24f3e73cc57d137a699daa0e249b426a552bd1d5,['CC0-1.0'],4.0,2021-05-18T22:40:30.000Z,2022-03-06T19:40:57.000Z,"dotnet publish --output c:\temp\consoletester --runtime win-x64 --configuration Release --self-contained |
",53.0,105,0.7830188679 |
219408,d2e4f41d74ecc66575080ce4ed38edbffa415191,67,cmd,Batchfile,compile.cmd,MJCS96/miniOS,ce2f17e00de577ed6e7915751ac04a85ef071013,['MIT'],,,,compile.cmd,MJCS96/miniOS,ce2f17e00de577ed6e7915751ac04a85ef071013,['MIT'],,,,compile.cmd,MJCS96/miniOS,ce2f17e00de577ed6e7915751ac04a85ef071013,['MIT'],,,,"@echo off |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.